Table of Contents

Class CustomToolChoice

Namespace
Glitch9.AIDevKit
public class CustomToolChoice : ToolChoice
Inheritance
object
CustomToolChoice
Inherited Members

Constructors

CustomToolChoice()

public CustomToolChoice()

CustomToolChoice(string)

public CustomToolChoice(string customToolName)

Parameters

customToolName string

Properties

Name

public string Name { get; set; }

Property Value

string

Type

public override string Type { get; }

Property Value

string