Class CustomTool
A custom tool that processes input using a specified format.
public class CustomTool : Tool
- Inheritance
-
objectCustomTool
- Inherited Members
Properties
Description
Optional. Optional description of the custom tool.
public string Description { get; set; }
Property Value
- string
Format
Optional. The input format for the custom tool. Default is unconstrained text.
public CustomToolFormat Format { get; set; }
Property Value
Name
Required. The name of the custom tool.
public string Name { get; set; }
Property Value
- string