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