Table of Contents

Class CustomTool

Namespace
Glitch9.AIDevKit

A custom tool that processes input using a specified format.

public class CustomTool : Tool
Inheritance
object
CustomTool
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

CustomToolFormat

Name

Required. The name of the custom tool.

public string Name { get; set; }

Property Value

string