@sap-ai-sdk/document-grounding
Version:
> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.
12 lines • 342 B
TypeScript
import type { MetadataItem } from './metadata-item.js';
/**
* Representation of the 'MetadataResponse' schema.
*/
export type MetadataResponse = {
/**
* List of metadata after updates.
* Default: [].
*/
current_metadata?: MetadataItem[] | null;
} & Record<string, any>;
//# sourceMappingURL=metadata-response.d.ts.map