Class CustomToolChoice
Inheritance
CustomToolChoice
Assembly: Glitch9.AIDevKit.dll
public class CustomToolChoice : ToolChoice, IHasName
Constructors
|
Edit this page
View Source
Declaration
public CustomToolChoice()
|
Edit this page
View Source
Declaration
public CustomToolChoice(string customToolName)
Parameters
| Type |
Name |
Description |
| string |
customToolName |
|
Properties
|
Edit this page
View Source
Gets the name of this object.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("type")]
public override string Type { get; }
Property Value
Overrides
Implements
Extension Methods