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 284 B
import type { EmbeddingsInputText } from './embeddings-input-text.js'; /** * Representation of the 'EmbeddingsInput' schema. */ export type EmbeddingsInput = { text: EmbeddingsInputText; type?: 'text' | 'document' | 'query'; }; //# sourceMappingURL=embeddings-input.d.ts.map