ComputerCallOutputItemParam 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 ComputerCallOutputItemParam : Azure.AI.AgentServer.Responses.Models.Item, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ComputerCallOutputItemParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ComputerCallOutputItemParam>
type ComputerCallOutputItemParam = class
inherit Item
interface IJsonModel<ComputerCallOutputItemParam>
interface IPersistableModel<ComputerCallOutputItemParam>
Public Class ComputerCallOutputItemParam
Inherits Item
Implements IJsonModel(Of ComputerCallOutputItemParam), IPersistableModel(Of ComputerCallOutputItemParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ComputerCallOutputItemParam(String, ComputerScreenshotImage) |
Initializes a new instance of ComputerCallOutputItemParam. |
Properties
| Name | Description |
|---|---|
| AcknowledgedSafetyChecks |
Gets or sets the AcknowledgedSafetyChecks. |
| CallId |
The ID of the computer tool call that produced the output. |
| Id |
Gets or sets the Id. |
| Output |
Gets or sets the Output. |
| Status |
Gets or sets the Status. |