ToolboxShellEnvironment 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.
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