Class AllowedTools
Assembly: Glitch9.AIDevKit.dll
public class AllowedTools : ToolChoice
Constructors
|
Edit this page
View Source
Declaration
|
Edit this page
View Source
Declaration
public AllowedTools(ToolChoiceMode mode, List<Tool> tools)
Parameters
Fields
|
Edit this page
View Source
Declaration
[JsonProperty("tools")]
public List<Tool> Tools
Field Value
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("type")]
public override string Type { get; }
Property Value
Overrides
Extension Methods