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

NameTypeDescription
totaloption​<u64>

The total number of completion options available. This can exceed the number of values actually sent in the response.

has-moreoption​<bool>

Indicates whether there are additional completion options beyond those provided in the current response.