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

    Type Alias SchemasTextContent

    Representation of the 'SchemasTextContent' schema.

    type SchemasTextContent = {
        cache_control?: CacheControl;
        text: string;
        type: "text";
    }
    Index
    cache_control?: CacheControl
    text: string
    type: "text"