UNPKG

@sap-ai-sdk/orchestration

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

9 lines 361 B
import type { ErrorStreaming } from './error-streaming.js'; import type { ErrorStreamingList } from './error-streaming-list.js'; /** * Representation of the 'ErrorResponseStreaming' schema. */ export type ErrorResponseStreaming = { error: ErrorStreaming | ErrorStreamingList; } & Record<string, any>; //# sourceMappingURL=error-response-streaming.d.ts.map