API Reference
Class
ToolOutput
Represents the output for a tool call.
Inheritance
- Object
- ToolOutput
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ToolRunResult.ToolOutputs
Accepted by parameters
- Constructor ToolRunResult.ToolRunResult
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