ailoy-node
    Preparing search index...

    Interface AgentResponseToolResult

    interface AgentResponseToolResult {
        content: {
            content: { text: string; type: "text" }[];
            name: string;
            tool_call_id?: string;
        };
        isTypeSwitched: boolean;
        role: "tool";
        type: "tool_call_result";
    }
    Index

    Properties

    content: {
        content: { text: string; type: "text" }[];
        name: string;
        tool_call_id?: string;
    }
    isTypeSwitched: boolean
    role: "tool"
    type: "tool_call_result"