Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CONTAINER_IMAGE | No | Custom container image to use for code execution | |
PASS_THROUGH_ENV | No | Comma-separated list of environment variables to pass through to the sandbox (e.g., 'API_KEY,SECRET_TOKEN') | |
CONTAINER_LANGUAGE | No | Language to use in the container (python or javascript), required when using custom container image |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
environment_details | Resource containing detailed information about the environments. Returns: str: The details of the languages |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
run_python_code | Execute Python code in the sandbox environment and captures the standard output and error. |
run_javascript_code | Execute JavaScript code in the sandbox environment and captures the standard output and error. |