ItemFieldComputerToolCallOutput 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 ItemFieldComputerToolCallOutput : Azure.AI.AgentServer.Responses.Models.ItemField, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemFieldComputerToolCallOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemFieldComputerToolCallOutput>
type ItemFieldComputerToolCallOutput = class
inherit ItemField
interface IJsonModel<ItemFieldComputerToolCallOutput>
interface IPersistableModel<ItemFieldComputerToolCallOutput>
Public Class ItemFieldComputerToolCallOutput
Inherits ItemField
Implements IJsonModel(Of ItemFieldComputerToolCallOutput), IPersistableModel(Of ItemFieldComputerToolCallOutput)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| AcknowledgedSafetyChecks |
The safety checks reported by the API that have been acknowledged by the developer. |
| CallId |
The ID of the computer tool call that produced the output. |
| Id |
The ID of the computer tool call output. |
| Output |
Gets the Output. |
| Status |
The status of the message input. One of |