AxMCPSamplingCreateMessageParams
Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/mcp/types.ts#L425
Properties
| Property | Type |
|---|---|
_meta? | AxMCPMeta |
includeContext? | "none" | "thisServer" | "allServers" |
maxTokens | number |
messages | AxMCPSamplingMessage[] |
metadata? | Record<string, unknown> |
modelPreferences? | Record<string, unknown> |
stopSequences? | string[] |
systemPrompt? | string |
task? | AxMCPTaskMetadata |
temperature? | number |
toolChoice? | AxMCPSamplingToolChoice |
tools? | AxMCPTool[] |