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
RequestedSchema
Gets or sets the requested schema.
[JsonPropertyName("requestedSchema")]
public ElicitRequestParams.RequestSchema RequestedSchema { get; set; }