AITool Properties |
The AITool type exposes the following members.
| Name | Description | |
|---|---|---|
| Description | Human-readable description of what the tool does. | |
| Name | Function name – must be unique within a request. | |
| ParametersSchema | 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. |