ailoy-node
    Preparing search index...

    Interface ToolMessage

    interface ToolMessage {
        content: { text: string; type: "text" }[];
        role: "tool";
        tool_call_id?: string;
    }
    Index

    Properties

    content: { text: string; type: "text" }[]
    role: "tool"
    tool_call_id?: string