Interfaces
ElicitationResult
Defined in: server/context.ts:64
Defined in: server/context.ts:66
How the user responded to the elicitation.
Defined in: server/context.ts:68
Submitted form values. Present only when action is ‘accept’.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
action: "accept" | "decline" | "cancel";
optional content?: Record<string, string | number | boolean>;