Code Interpreter Node
warning
This node is in beta and may not be fully tested or documented. Use with caution.
Model Context Protocol for code interpreter operations
Inputs
Label | Property | Type | Description | Default Value | Is Required |
---|---|---|---|---|---|
Storage | storage | botdojo/interface/storage | Storage interface for file operations. | null | ✅ |
Properties
Label | Property | Type | Description | Default Value | Is Required |
---|---|---|---|---|---|
Notebook Key | notebookKey | botdojo/types/string | (Optional) Key to store the notebook in the session state | null | ✅ |
Environment Variables | env | botdojo/types/boolean | When true, environment variables will be available to the code interpreter | null | ✅ |
Output
Label | Property | Type | Description | Default Value |
---|---|---|---|---|
Model Context | modelContext | botdojo/interface/model_context | Code interpreter model context | null |