Class
ToolCall
Represents a tool call requested by the model.
Inheritance
- Object
- ToolCall
Constructors
public ToolCall(String callId, String name, String input, JsonObject arguments, JsonObject raw) #Initializes a new tool call instance.
Parameters
- callId System.String
- name System.String
- input System.String
- arguments IntelligenceX.Json.JsonObject
- raw IntelligenceX.Json.JsonObject
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object