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

10 lines 310 B
import type { RTAtimestamp } from './rt-atimestamp.js'; import type { RTAmessage } from './rt-amessage.js'; /** * Common log record. */ export type RTALogCommonResultItem = { timestamp?: RTAtimestamp; msg?: RTAmessage; } & Record<string, any>; //# sourceMappingURL=rta-log-common-result-item.d.ts.map