Class ToolCall
- Namespace
- OpenAI.
Object Models. Request Models
- Assembly
- AntRunnerLib.dll
- Inheritance
-
System.
Object ToolCall
- 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
FunctionCall
The function that the model called.
Property Value
Id
The ID of the tool call.
Property Value
- System.
String
Index
The Index of the tool call.
Property Value
- System.
Int32
Type
The type of the tool. Currently, only function is supported.
Property Value
- System.
String