Language

ShellToolboxTool(ToolboxShellEnvironment) Constructor

Definition

Initializes a new instance of ShellToolboxTool.

public ShellToolboxTool(Azure.AI.Projects.Agents.ToolboxShellEnvironment environment);
new Azure.AI.Projects.Agents.ShellToolboxTool : Azure.AI.Projects.Agents.ToolboxShellEnvironment -> Azure.AI.Projects.Agents.ShellToolboxTool
Public Sub New (environment As ToolboxShellEnvironment)

Parameters

environment
ToolboxShellEnvironment

The environment in which shell commands are executed. Specify an automatically provisioned container or an existing container.

Exceptions

environment is null.

Applies to