@sap-ai-sdk/document-grounding
Version:
> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.
10 lines • 392 B
TypeScript
import type { BasePipelineResponse } from './base-pipeline-response.js';
import type { MetaData } from './meta-data.js';
/**
* Representation of the 'WorkZonePipelineGetResponse' schema.
*/
export type WorkZonePipelineGetResponse = BasePipelineResponse & {
type?: 'WorkZone';
metadata: MetaData;
} & Record<string, any>;
//# sourceMappingURL=work-zone-pipeline-get-response.d.ts.map