Class FunctionToolChoice
Inheritance
FunctionToolChoice
Assembly: Glitch9.AIDevKit.dll
public class FunctionToolChoice : ToolChoice, IHasName
Constructors
|
Edit this page
View Source
Declaration
public FunctionToolChoice()
|
Edit this page
View Source
Declaration
public FunctionToolChoice(string functionName)
Parameters
| Type |
Name |
Description |
| string |
functionName |
|
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