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

    Type Alias UserChatMessageContentItem

    Representation of the 'UserChatMessageContentItem' schema.

    type UserChatMessageContentItem = {
        image_url?: ImageContentUrl;
        text?: string;
        type: "text" | "image_url";
    }
    Index

    Properties

    image_url? text? type

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

    Properties

    image_url?: ImageContentUrl
    text?: string
    type: "text" | "image_url"