Class Tool
Base class for all tools, includes type.
public abstract class Tool
- Inheritance
-
objectTool
- Derived
Properties
Type
Required. The type of the tool. Examples: Tool.Function, Tool.FileSearch, Tool.ComputerUsePreview, Tool.WebSearch
public virtual ToolType Type { get; set; }