ailoy-node
    Preparing search index...

    Interface AgentResponseText

    Types for Agent's responses

    interface AgentResponseText {
        content: string;
        isTypeSwitched: boolean;
        role: "assistant";
        type: "reasoning" | "output_text";
    }
    Index

    Properties

    content: string
    isTypeSwitched: boolean
    role: "assistant"
    type: "reasoning" | "output_text"