ailoy-node
    Preparing search index...

    Interface AgentResponseToolCall

    interface AgentResponseToolCall {
        content: { function: { arguments: any; name: string }; id?: string };
        isTypeSwitched: boolean;
        role: "assistant";
        type: "tool_call";
    }
    Index

    Properties

    content: { function: { arguments: any; name: string }; id?: string }
    isTypeSwitched: boolean
    role: "assistant"
    type: "tool_call"