RunStepComputerUseToolCall 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.
A record of a call to a Computer Use tool, issued by the model in evaluation of a defined tool, that represents executed computer automation actions.
public class RunStepComputerUseToolCall : Azure.AI.Agents.Persistent.RunStepToolCall, System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.RunStepComputerUseToolCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.RunStepComputerUseToolCall>
type RunStepComputerUseToolCall = class
inherit RunStepToolCall
interface IJsonModel<RunStepComputerUseToolCall>
interface IPersistableModel<RunStepComputerUseToolCall>
Public Class RunStepComputerUseToolCall
Inherits RunStepToolCall
Implements IJsonModel(Of RunStepComputerUseToolCall), IPersistableModel(Of RunStepComputerUseToolCall)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| ComputerUsePreview |
The detailed information about the computer use tool call. |
| Id |
The ID of the tool call. This ID must be referenced when you submit tool outputs. (Inherited from RunStepToolCall) |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |