ComputerToolOutput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The output from a computer use tool to be submitted.
public class ComputerToolOutput : Azure.AI.Agents.Persistent.StructuredToolOutput, System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.ComputerToolOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.ComputerToolOutput>
type ComputerToolOutput = class
inherit StructuredToolOutput
interface IJsonModel<ComputerToolOutput>
interface IPersistableModel<ComputerToolOutput>
Public Class ComputerToolOutput
Inherits StructuredToolOutput
Implements IJsonModel(Of ComputerToolOutput), IPersistableModel(Of ComputerToolOutput)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ComputerToolOutput(ComputerScreenshot) |
Initializes a new instance of ComputerToolOutput. |
Properties
| Name | Description |
|---|---|
| AcknowledgedSafetyChecks |
Safety checks that have been acknowledged by the developer. |
| Output |
The output from the computer use tool. |
| ToolCallId |
The ID of the tool call being resolved, as provided in the tool calls of a required action from a run. (Inherited from StructuredToolOutput) |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |