AxMCPInputRequestHandlers
Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/mcp/mrtr.ts#L12
Properties
| Property | Type |
|---|---|
elicitation? | (params: Readonly<AxMCPElicitationCreateParams>) => | AxMCPElicitationCreateResult | Promise<AxMCPElicitationCreateResult> |
roots? | readonly AxMCPRoot[] |
sampling? | (params: Readonly<AxMCPSamplingCreateMessageParams>) => | AxMCPSamplingCreateMessageResult | Promise<AxMCPSamplingCreateMessageResult> |