Record
completion-result-options
Options for completion results, matching MCP schema. Used to provide additional metadata about completion results.
record completion-result-options {
total: option<u64>,
has-more: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| total | option<u64> | The total number of completion options available. This can exceed the number of values actually sent in the response. |
| has-more | option<bool> | Indicates whether there are additional completion options beyond those provided in the current response. |