Class FunctionContent.FunctionCall
public class FunctionContent.FunctionCall
- Inheritance
-
FunctionContent.FunctionCall
- Inherited Members
Constructors
FunctionCall(string, string)
public FunctionCall(string name, string arguments)
Parameters
Properties
Arguments
[JsonPropertyName("arguments")]
public string Arguments { get; set; }
Property Value
Name
[JsonPropertyName("name")]
public string Name { get; set; }