Language

ToolboxShellEnvironment Class

Definition

An execution environment for a shell tool stored in a toolbox. This environment model is scoped to toolbox configuration and does not modify the OpenAI shell environment contract. Please note this is the abstract base class. The derived classes available for instantiation are: ToolboxShellContainerAutoEnvironment and ToolboxShellContainerReferenceEnvironment.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.Agents.UnknownToolboxShellEnvironment))]
public abstract class ToolboxShellEnvironment : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.ToolboxShellEnvironment>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.ToolboxShellEnvironment>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.Agents.UnknownToolboxShellEnvironment))>]
type ToolboxShellEnvironment = class
    interface IJsonModel<ToolboxShellEnvironment>
    interface IPersistableModel<ToolboxShellEnvironment>
Public MustInherit Class ToolboxShellEnvironment
Implements IJsonModel(Of ToolboxShellEnvironment), IPersistableModel(Of ToolboxShellEnvironment)
Inheritance
ToolboxShellEnvironment
Derived
Attributes
Implements

Applies to