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

    Type Alias DocumentResponse

    DocumentResponse: {
        chunks: TextOnlyBaseChunk[];
        id: string;
        metadata: VectorDocumentKeyValueListPair[];
    } & Record<string, any>

    A response containing information about a newly created, single document.

    Type Declaration