Interfaces
ElicitationResult
Defined in: server/context.ts:67
Defined in: server/context.ts:69
How the user responded to the elicitation.
Defined in: server/context.ts:71
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>;