Class ToolOutput
public class ToolOutput
- Inheritance
-
objectToolOutput
Properties
Output
The Output of the Tool call to be submitted to continue the run.
public string Output { get; set; }
Property Value
- string
ToolCallId
The ID of the Tool call in the required_action object within the run object the Output is being submitted for.
public string ToolCallId { get; set; }
Property Value
- string