Class FunctionCall
A tool call to run a function. See the function calling guide for more information.
public class FunctionCall : ToolCall, IPrompt, IJsonArguments
- Inheritance
-
objectFunctionCall
- Implements
-
IJsonArguments
- Inherited Members
- Extension Methods
Constructors
FunctionCall()
public FunctionCall()
FunctionCall(string, string, string)
public FunctionCall(string id, string name, string arguments)
Parameters
idstringnamestringargumentsstring
Properties
Arguments
Required. A JSON string of the arguments to pass to the function.
public string Arguments { get; set; }
Property Value
- string
Methods
ToString()
public override string ToString()
Returns
- string