list_supported_languages
Discover all programming languages supported by the sandbox and their corresponding Docker images to ensure valid language input for code execution.
Instructions
List every programming language this sandbox can execute, along with the Docker image used to run it.
Call this first if you're unsure what values are valid for the
`language` parameter of `run_code`. Takes no arguments.
Returns a list of dicts, each with:
- language: the identifier to pass to run_code (e.g. "python", "cpp")
- image: the Docker image used to execute code in this language
- description: a short human-readable description of the runtime
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |