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

    Type Alias ToolChatMessage

    Representation of the 'ToolChatMessage' schema.

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

    Properties

    content: ChatMessageContent
    role: "tool"
    "tool"
    

    Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.

    tool_call_id: string