Skip to content

Documentation / @agentick/mcp / ElicitationResponse

Type Alias: ElicitationResponse

ElicitationResponse = { action: "accept"; content: Record<string, string | number | boolean | string[]>; } | { action: "decline"; } | { action: "cancel"; }

Defined in: protocol/types.ts:840

Three-action discriminated outcome.

Released under the ISC License.