AITool Class |
public class AITool
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. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |