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

    Type Alias TextContent

    Representation of the 'TextContent' schema.

    type TextContent = {
        text: string;
        type: "text";
    }
    Index
    text: string
    type: "text"