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**.

7 lines 240 B
import type { ErrorStreaming } from './error-streaming.js'; /** * Representation of the 'ErrorStreamingList' schema. * Min Items: 1. */ export type ErrorStreamingList = ErrorStreaming[]; //# sourceMappingURL=error-streaming-list.d.ts.map