ShellToolboxTool 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 shell tool stored in a toolbox. This model is additive to toolbox configuration and does not modify the OpenAI tool contract or existing toolbox tool definitions.
public class ShellToolboxTool : Azure.AI.Projects.Agents.ToolboxTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.ShellToolboxTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.ShellToolboxTool>
type ShellToolboxTool = class
inherit ToolboxTool
interface IJsonModel<ShellToolboxTool>
interface IPersistableModel<ShellToolboxTool>
Public Class ShellToolboxTool
Inherits ToolboxTool
Implements IJsonModel(Of ShellToolboxTool), IPersistableModel(Of ShellToolboxTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ShellToolboxTool(ToolboxShellEnvironment) |
Initializes a new instance of ShellToolboxTool. |
Properties
| Name | Description |
|---|---|
| AllowedCallers |
Gets or sets the AllowedCallers. |
| Description |
Optional user-defined description for this tool or configuration. (Inherited from ToolboxTool) |
| Environment |
The environment in which shell commands are executed. Specify an automatically provisioned container or an existing container. |
| Name |
Optional user-defined name for this tool or configuration. (Inherited from ToolboxTool) |
| ToolConfigs |
Per-tool configuration map. Keys are tool names or |