Table of Contents

Class Tool

Namespace
Glitch9.AIDevKit

Base class for all tools, includes type.

public abstract class Tool
Inheritance
object
Tool
Derived

Properties

Type

Required. The type of the tool. Examples: Tool.Function, Tool.FileSearch, Tool.ComputerUsePreview, Tool.WebSearch

public virtual ToolType Type { get; set; }

Property Value

ToolType