get_session_sandbox_prefix
Retrieve the sandbox prefix that restricts write operations to objects with this prefix, enabling safe experimentation in a session sandbox.
Instructions
Get current session's sandbox prefix for writable objects.
All write operations (CREATE/DROP/INSERT/UPDATE/DELETE/...) are ONLY allowed on objects with this prefix. This is enforced by code, not just guidelines.
Returns: Dictionary with session_id and prefix
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||