Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Evincere/klisk/llms.txt
Use this file to discover all available pages before exploring further.
Overview
TheCodeInterpreter class provides code execution capabilities for agents. This builtin tool is only supported with OpenAI models and allows agents to write and execute Python code in a sandboxed environment.
Class Definition
src/klisk/core/builtin_tools.py:17
Parameters
Optional container configuration for the code interpreter environment. When
None, default container settings are used.Usage
Basic Usage (String Shortcut)
Object Form with Custom Configuration
Default Configuration
Multiple Builtin Tools
Important Notes
When using the string shortcut
"code_interpreter", the default configuration with container=None is used.