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

14 lines 277 B
/** * Representation of the 'FileContent' schema. */ export type FileContent = { /** * Base64 encoded file content or file URL */ file_data: string; /** * Name of the file */ filename?: string; }; //# sourceMappingURL=file-content.d.ts.map