Class McpCompletionResult
- Namespace
- LMKit.Mcp.Abstractions
- Assembly
- LM-Kit.NET.dll
Represents the result of an MCP completion request for argument autocompletion.
public sealed class McpCompletionResult
- Inheritance
-
McpCompletionResult
- Inherited Members
Properties
- HasMore
Gets or sets whether more completions are available beyond the returned values.
- Total
Gets or sets the total number of available completions (may be greater than returned values).
- Values
Gets or sets the list of completion suggestion values.