The parameters object is used to define the input data that will be passed to the function.
An object that accepts the following properties.
Defines the top-level type of the parameters. Must be set to "object"
An object containing the properties definitions to be passed to the function
properties object defines the input data that will be passed to the function. It supports different types of parameters, each with their own set of configuration options. The property name is a key in the properties object that is user-defined. An object with dynamic property names, where:Each property in the properties object must use one of the following schema types:
The type of property the AI is passing to the function. Must be set to "string"
A description of the property
An array of strings that are the possible values
The default string value
Regular expression pattern for the string value to match
Whether the property can be null
Array of required property names from the properties object