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

    Type Alias SchemasTextContent

    Representation of the 'SchemasTextContent' schema.

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

    Properties

    cache_control? text type

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

    Properties

    cache_control?: CacheControl
    text: string
    type: "text"