ailoy-node
    Preparing search index...

    Interface AgentResponseToolResult

    interface AgentResponseToolResult {
        content: ToolMessage;
        isTypeSwitched: boolean;
        role: "tool";
        type: "tool_call_result";
    }
    Index

    Properties

    content: ToolMessage
    isTypeSwitched: boolean
    role: "tool"
    type: "tool_call_result"