get_system_context
Retrieve system environment details including OS, Python version, installed libraries, and execution mode before generating code. Helps tailor code to the current setup and avoid errors.
Instructions
Get comprehensive system context before writing code.
CALL THIS FIRST to understand:
OS, Python version, available paths
Installed and available libraries
Execution mode (direct or Docker sandbox)
Past learnings from errors
Tips for writing effective code
Returns detailed system information formatted for code generation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |