UNPKG

@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 414 B
import type { BasePipelineMinimalResponse } from './base-pipeline-minimal-response.js'; /** * Representation of the 'WorkZonePipelineMinimalResponse' schema. */ export type WorkZonePipelineMinimalResponse = BasePipelineMinimalResponse & { type: 'WorkZone'; /** * @example true */ metadata?: boolean; } & Record<string, any>; //# sourceMappingURL=work-zone-pipeline-minimal-response.d.ts.map