ISPO SDK
    Preparing search index...

    Interface AgentSessionErrorDetail

    Markdown
    interface AgentSessionErrorDetail {
        code: string;
        retryable: boolean;
        userCopy: string;
    }
    Index
    code: string
    retryable: boolean
    userCopy: string