CodeInterpreterTool 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.
Code interpreter.
public class CodeInterpreterTool : Azure.AI.AgentServer.Responses.Models.Tool, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.CodeInterpreterTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.CodeInterpreterTool>
type CodeInterpreterTool = class
inherit Tool
interface IJsonModel<CodeInterpreterTool>
interface IPersistableModel<CodeInterpreterTool>
Public Class CodeInterpreterTool
Inherits Tool
Implements IJsonModel(Of CodeInterpreterTool), IPersistableModel(Of CodeInterpreterTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| CodeInterpreterTool() |
Initializes a new instance of CodeInterpreterTool. |
Properties
| Name | Description |
|---|---|
| Container |
The code interpreter container. Can be a container ID or an object that
specifies uploaded file IDs to make available to your code, along with an
optional To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). <remarks> Supported types: </remarks>Examples:
|
| Description |
Optional user-defined description for this tool or configuration. |
| Name |
Optional user-defined name for this tool or configuration. |