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

    Type Alias PromptRequest

    type PromptRequest = {
        message: string;
        options: PromptRequestOption[];
        prompt: string;
    }
    Index

    Claude SDK

    message: string

    The prompt message to display to the user

    Available options for the user to choose from

    prompt: string

    Request ID. Presence of this key marks the line as a prompt request.