run_runtime_code
Execute Python code in a Google Colab runtime to test logic, process data, or automate tasks directly within a notebook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| stderr | No | ||
| stdout | No | ||
| cell_id | No | ||
| traceback | No | ||
| error_name | No | ||
| error_value | No | ||
| text_result | No | ||
| display_items | No | ||
| execution_count | No | ||
| raw_backend_payload | No |