ailoy-node
    Preparing search index...

    Interface AgentResponseError

    interface AgentResponseError {
        content: string;
        isTypeSwitched: boolean;
        role: "assistant";
        type: "error";
    }
    Index

    Properties

    content: string
    isTypeSwitched: boolean
    role: "assistant"
    type: "error"