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

    Type Alias PromptRequestOption

    type PromptRequestOption = {
        description?: string;
        key: string;
        label: string;
    }
    Index

    Claude SDK

    description?: string

    Optional description shown below the label

    key: string

    Unique key for this option, returned in the response

    label: string

    Display text for this option