@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface ChatTurnError

    Error detail for a failed turn

    interface ChatTurnError {
        code: "timeout" | "agent_error" | "context_too_large" | "rate_limited";
        message: string;
    }
    Index

    Properties

    Properties

    code: "timeout" | "agent_error" | "context_too_large" | "rate_limited"

    Machine-readable error code

    message: string

    Human-readable description