@sap-ai-sdk/prompt-registry
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 • 349 B
TypeScript
/**
* Representation of the 'OrchestrationConfigPostResponse' schema.
*/
export type OrchestrationConfigPostResponse = {
message: string;
/**
* Format: "uuid".
*/
id: string;
scenario: string;
name: string;
version: string;
} & Record<string, any>;
//# sourceMappingURL=orchestration-config-post-response.d.ts.map