ComputerTool 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.
public class ComputerTool : Azure.AI.AgentServer.Responses.Models.Tool, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ComputerTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ComputerTool>
type ComputerTool = class
inherit Tool
interface IJsonModel<ComputerTool>
interface IPersistableModel<ComputerTool>
Public Class ComputerTool
Inherits Tool
Implements IJsonModel(Of ComputerTool), IPersistableModel(Of ComputerTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ComputerTool() |
Initializes a new instance of ComputerTool. |