prompt changes

This commit is contained in:
Ahmed Allam
2026-08-06 15:39:43 +03:00
committed by Ahmed Allam
parent b69af37cb2
commit 77c7b0df09
13 changed files with 33 additions and 29 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ description: Run Python through exec_command in the SDK sandbox. Use the image-b
# Python In The Sandbox
Use `exec_command` for Python. There is no separate Strix Python executor.
Use `exec_command` for Python. There is no separate Python executor.
Prefer writing reusable scripts to a `.py` file and running them with
`python3 <name>.py`. For short one-off transformations, `python3 -c` or a