session_start
Start a persistent session for code execution. Python/Node get stateful REPL workers; other languages get a persistent workspace directory.
Instructions
Start a persistent session. python3/node get a stateful REPL worker (variables/imports persist across execute_code calls); other languages get a persistent workspace directory. Returns session_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | python3 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||