@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**.
10 lines • 383 B
TypeScript
import type { EmbeddingsOrchestrationConfig } from './embeddings-orchestration-config.js';
import type { EmbeddingsInput } from './embeddings-input.js';
/**
* Representation of the 'EmbeddingsPostRequest' schema.
*/
export type EmbeddingsPostRequest = {
config: EmbeddingsOrchestrationConfig;
input: EmbeddingsInput;
};
//# sourceMappingURL=embeddings-post-request.d.ts.map