OutputItemComputerToolCallOutput 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.
Computer tool call output.
public class OutputItemComputerToolCallOutput : Azure.AI.Extensions.OpenAI.AgentResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.OutputItemComputerToolCallOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.OutputItemComputerToolCallOutput>
type OutputItemComputerToolCallOutput = class
inherit AgentResponseItem
interface IJsonModel<OutputItemComputerToolCallOutput>
interface IPersistableModel<OutputItemComputerToolCallOutput>
Public Class OutputItemComputerToolCallOutput
Inherits AgentResponseItem
Implements IJsonModel(Of OutputItemComputerToolCallOutput), IPersistableModel(Of OutputItemComputerToolCallOutput)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| OutputItemComputerToolCallOutput(String, ComputerScreenshotImage) |
Initializes a new instance of OutputItemComputerToolCallOutput. |
Properties
| Name | Description |
|---|---|
| AcknowledgedSafetyChecks |
The safety checks reported by the API that have been acknowledged by the developer. |
| AgentReference |
The agent that created the item. (Inherited from AgentResponseItem) |
| CallId |
The ID of the computer tool call that produced the output. |
| Id | (Inherited from AgentResponseItem) |
| Output |
Gets or sets the Output. |
| ResponseId |
The response on which the item is created. (Inherited from AgentResponseItem) |
| Status |
The status of the message input. One of |