ItemComputerToolCall 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.
public class ItemComputerToolCall : Azure.AI.AgentServer.Responses.Models.Item, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemComputerToolCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemComputerToolCall>
type ItemComputerToolCall = class
inherit Item
interface IJsonModel<ItemComputerToolCall>
interface IPersistableModel<ItemComputerToolCall>
Public Class ItemComputerToolCall
Inherits Item
Implements IJsonModel(Of ItemComputerToolCall), IPersistableModel(Of ItemComputerToolCall)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ItemComputerToolCall(String, String, ComputerAction, IEnumerable<ComputerCallSafetyCheckParam>, OutputItemComputerToolCallStatus) |
Initializes a new instance of ItemComputerToolCall. |
Properties
| Name | Description |
|---|---|
| Action |
Gets or sets the Action. |
| CallId |
An identifier used when responding to the tool call with output. |
| Id |
The unique ID of the computer call. |
| PendingSafetyChecks |
The pending safety checks for the computer call. |
| Status |
The status of the item. One of |