UNPKG

@sap-ai-sdk/ai-api

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 417 B
import type { AiExecutionModificationResponse } from './ai-execution-modification-response.js'; import type { AiApiErrorWithId } from './ai-api-error-with-id.js'; /** * Representation of the 'AiExecutionModificationResponseList' schema. */ export type AiExecutionModificationResponseList = (AiExecutionModificationResponse | AiApiErrorWithId)[]; //# sourceMappingURL=ai-execution-modification-response-list.d.ts.map