Class CompleteRequestParams
- Namespace
- ModelContextProtocol.Protocol.Types
- Assembly
- ModelContextProtocol.dll
A request from the client to the server, to ask for completion options. See the schema for details
public class CompleteRequestParams : RequestParams
- Inheritance
-
CompleteRequestParams
- Inherited Members
Properties
Argument
The argument's information
[JsonPropertyName("argument")]
public required Argument Argument { get; init; }
Property Value
Ref
The reference's information
[JsonPropertyName("ref")]
public required Reference Ref { get; init; }