@sap-ai-sdk/foundation-models
Version:
SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.
7 lines • 508 B
TypeScript
/**
* The parameters the functions accepts, described as a JSON Schema object. See the guide](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/function-calling) for examples, and the [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for documentation about the format.
*
* Omitting `parameters` defines a function with an empty parameter list.
*/
export type AzureOpenAiFunctionParameters = Record<string, any>;
//# sourceMappingURL=function-parameters.d.ts.map