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

    Type Alias SingleChatTemplate

    Representation of the 'SingleChatTemplate' schema.

    type SingleChatTemplate = {
        content: string;
        role: string;
    }
    Index
    content: string
    role: string