Class FunctionCall
Represents a function call from AI
public class FunctionCall
- Inheritance
-
FunctionCall
- Inherited Members
Constructors
FunctionCall()
public FunctionCall()
Properties
Arguments
Function arguments
public Dictionary<string, object> Arguments { get; set; }
Property Value
Id
The original ID from the source
public string Id { get; set; }
Property Value
Name
Function name
public string Name { get; set; }
Property Value
Source
Where this ID came from
public IdSource Source { get; set; }