ComputerUseToolDefinition 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.
The input definition information for a Computer Use tool as used to configure an agent.
public class ComputerUseToolDefinition : Azure.AI.Agents.Persistent.ToolDefinition, System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.ComputerUseToolDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.ComputerUseToolDefinition>
type ComputerUseToolDefinition = class
inherit ToolDefinition
interface IJsonModel<ComputerUseToolDefinition>
interface IPersistableModel<ComputerUseToolDefinition>
Public Class ComputerUseToolDefinition
Inherits ToolDefinition
Implements IJsonModel(Of ComputerUseToolDefinition), IPersistableModel(Of ComputerUseToolDefinition)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ComputerUseToolDefinition(ComputerUseToolParameters) |
Initializes a new instance of ComputerUseToolDefinition. |
Properties
| Name | Description |
|---|---|
| ComputerUsePreview |
The computer use tool parameters. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
Extension Methods
| Name | Description |
|---|---|
| AsAITool(ToolDefinition) |
Creates an AITool to represent a ToolDefinition. |