@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 • 344 B
TypeScript
import type { AiScenarioLabelKey } from './ai-scenario-label-key.js';
import type { AiLabelValue } from './ai-label-value.js';
/**
* Representation of the 'AiScenarioLabel' schema.
*/
export type AiScenarioLabel = {
key: AiScenarioLabelKey;
value: AiLabelValue;
} & Record<string, any>;
//# sourceMappingURL=ai-scenario-label.d.ts.map