Class
ToolOutput
Represents the output for a tool call.
Inheritance
- Object
- ToolOutput
Constructors
public ToolOutput(String callId, String output) #Initializes a new tool output instance.
Parameters
- callId System.String
- output System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object