LocalShellAgentTool 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 tool that allows the model to execute shell commands in a local environment.
public class LocalShellAgentTool : Azure.AI.Projects.OpenAI.AgentTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.LocalShellAgentTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.LocalShellAgentTool>
type LocalShellAgentTool = class
inherit AgentTool
interface IJsonModel<LocalShellAgentTool>
interface IPersistableModel<LocalShellAgentTool>
Public Class LocalShellAgentTool
Inherits AgentTool
Implements IJsonModel(Of LocalShellAgentTool), IPersistableModel(Of LocalShellAgentTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| LocalShellAgentTool() |
Initializes a new instance of LocalShellAgentTool. |