@runloop/agent-axon-client
    Preparing search index...

    Type Alias ElicitationResultHookInput

    ElicitationResultHookInput: BaseHookInput & {
        action: "accept" | "decline" | "cancel";
        content?: Record<string, unknown>;
        elicitation_id?: string;
        hook_event_name: "ElicitationResult";
        mcp_server_name: string;
        mode?: "form" | "url";
    }

    Hook input for the ElicitationResult event. Fired after the user responds to an MCP elicitation. Hooks can observe or override the response before it is sent to the server.