@sap-ai-sdk/document-grounding
Version:
> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.
9 lines • 310 B
TypeScript
import type { VectorKeyValueListPair } from './vector-key-value-list-pair.js';
/**
* Representation of the 'TextOnlyBaseChunk' schema.
*/
export type TextOnlyBaseChunk = {
content: string;
metadata: VectorKeyValueListPair[];
} & Record<string, any>;
//# sourceMappingURL=text-only-base-chunk.d.ts.map