Class FunctionCall
A tool call to run a function. See the function calling guide for more information.
Assembly: Glitch9.AIDevKit.dll
Syntax
public class FunctionCall : ToolCall, IPrompt, IValidatable, IHasId<string>, IJsonArguments
Constructors
|
Edit this page
View Source
FunctionCall()
Declaration
|
Edit this page
View Source
FunctionCall(string, string, string)
Declaration
public FunctionCall(string id, string name, string arguments)
Parameters
Properties
|
Edit this page
View Source
Arguments
Required. A JSON string of the arguments to pass to the function.
Declaration
[JsonProperty("arguments")]
public string Arguments { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public override string GetToolArgs()
Returns
Overrides
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods