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

    Type Alias AssistantChatMessage

    Representation of the 'AssistantChatMessage' schema.

    type AssistantChatMessage = {
        content?: ChatMessageContent;
        refusal?: string;
        role: "assistant";
        tool_calls?: MessageToolCalls;
    }
    Index

    Properties

    content? refusal? role tool_calls?

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

    Properties

    refusal?: string
    role: "assistant"
    tool_calls?: MessageToolCalls