Table of Contents

Class ElicitRequestParams

Namespace
ModelContextProtocol.Protocol
Assembly
ModelContextProtocol.Core.dll

Represents a message issued from the server to elicit additional information from the user via the client.

public sealed class ElicitRequestParams
Inheritance
ElicitRequestParams
Inherited Members

Properties

Message

Gets or sets the message to present to the user.

[JsonPropertyName("message")]
public string Message { get; set; }

Property Value

string

RequestedSchema

Gets or sets the requested schema.

[JsonPropertyName("requestedSchema")]
public ElicitRequestParams.RequestSchema RequestedSchema { get; set; }

Property Value

ElicitRequestParams.RequestSchema

Remarks