Class CustomToolCall
A call to a custom tool created by the model.
Inheritance
CustomToolCall
Assembly: Glitch9.AIDevKit.dll
public class CustomToolCall : ToolCall, IPrompt, IValidatable, IHasId<string>
Constructors
|
Edit this page
View Source
Declaration
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("input")]
public string Input { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public override string GetToolArgs()
Returns
Overrides
Implements
Extension Methods