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

    Type Alias ElicitationResultHookSpecificOutput

    Hook-specific output for the ElicitationResult event. Return this to override the action or content before the response is sent to the MCP server.

    type ElicitationResultHookSpecificOutput = {
        action?: "accept" | "decline" | "cancel";
        content?: Record<string, unknown>;
        hookEventName: "ElicitationResult";
    }
    Index

    Claude SDK

    action?: "accept" | "decline" | "cancel"
    content?: Record<string, unknown>
    hookEventName: "ElicitationResult"