@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**.
8 lines • 494 B
TypeScript
import type { OrchestrationStreamChunkResponse } from '../orchestration-stream-chunk-response.js';
import type { OrchestrationStreamResponse } from '../orchestration-stream-response.js';
import type { CompletionPostResponseStreaming } from '../client/api/schema/index.js';
/**
* @internal
*/
export declare function mergeStreamResponse(response: OrchestrationStreamResponse<OrchestrationStreamChunkResponse>, chunk: CompletionPostResponseStreaming): void;
//# sourceMappingURL=stream.d.ts.map