CodeInterpreterToolboxTool 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 code interpreter tool stored in a toolbox.
public class CodeInterpreterToolboxTool : Azure.AI.Projects.Agents.ToolboxTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.CodeInterpreterToolboxTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.CodeInterpreterToolboxTool>
type CodeInterpreterToolboxTool = class
inherit ToolboxTool
interface IJsonModel<CodeInterpreterToolboxTool>
interface IPersistableModel<CodeInterpreterToolboxTool>
Public Class CodeInterpreterToolboxTool
Inherits ToolboxTool
Implements IJsonModel(Of CodeInterpreterToolboxTool), IPersistableModel(Of CodeInterpreterToolboxTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| CodeInterpreterToolboxTool() |
Initializes a new instance of CodeInterpreterToolboxTool. |
Properties
| Name | Description |
|---|---|
| Container |
Code container, used by the tool. |
| Description |
Optional user-defined description for this tool or configuration. (Inherited from ToolboxTool) |
| Name |
Optional user-defined name for this tool or configuration. (Inherited from ToolboxTool) |
| ToolConfigs |
Per-tool configuration map. Keys are tool names or |