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

    Type Alias UserChatMessage

    Representation of the 'UserChatMessage' schema.

    type UserChatMessage = {
        content: UserChatMessageContent;
        role: "user";
    }
    Index
    role: "user"