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
Properties
public String CallId { get; } #Gets the call id this output belongs to.