session_start
Starts a persistent code execution session with stateful REPL for Python3 and Node, and a lasting workspace directory for other languages, returning a session ID.
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 |