UNPKG

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

8 lines 183 B
/** * Representation of the 'ReasoningBlock' schema. */ export type ReasoningBlock = { content?: string; signature?: string; }; //# sourceMappingURL=reasoning-block.d.ts.map