Click or drag to resize

AITool Properties

The AITool type exposes the following members.

Properties
 NameDescription
Public propertyDescriptionHuman-readable description of what the tool does.
Public propertyNameFunction name – must be unique within a request.
Public propertyParametersSchema JSON Schema string describing the function's parameters. Example: {"type":"object","properties":{"city":{"type":"string"}},"required":["city"]} Pass null or an empty string for tools that take no parameters.
Top
See Also