UNPKG

@sap-ai-sdk/document-grounding

Version:

> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.

11 lines 365 B
/** * Representation of the 'PostProcessingObjectReference' schema. */ export type PostProcessingObjectReference = { /** * PerFilterSearchResult ID or PostProcessingOperation ID. * Default: "6d3eeafd-f3db-4e8e-949a-0e40e50eab64". */ id?: string | null; } & Record<string, any>; //# sourceMappingURL=post-processing-object-reference.d.ts.map