Class FunctionCall
- Namespace
- OpenAI.
Object Models. Request Models
- Assembly
- AntRunnerLib.dll
Describes a function call returned from GPT. A function call contains a function name, and a dictionary mapping function argument names to their values.
- Inheritance
-
System.
Object FunctionCall
- Inherited Members
-
System.
Object. Equals(System. Object) System.Object. Equals(System. Object, System. Object) System.Object. Get Hash Code() System.Object. Get Type() System.Object. Memberwise Clone() System.Object. Reference Equals(System. Object, System. Object) System.Object. To String()
Properties
Arguments
Function arguments, returned as a JSON-encoded dictionary mapping argument names to argument values.
Property Value
- System.
String
Name
Function name
Property Value
- System.
String
Methods
ParseArguments()
Returns
- Dictionary<System.
String , System.Object >