SAP AI SDK for JavaScript - v2.13.0
    Preparing search index...

    Type Alias ToolChatMessage

    Representation of the 'ToolChatMessage' schema.

    type ToolChatMessage = {
        content: ChatMessageContent;
        role: "tool";
        tool_call_id: string;
    }
    Index
    role: "tool"
    "tool"
    
    tool_call_id: string