improve prompts

This commit is contained in:
AI Christianson 2025-02-25 17:41:17 -05:00
parent f5de1e55b4
commit 8d1e4a96bd
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ def run_shell_command(
"""Execute a shell command and return its output.
Args:
command: The shell command to execute
command: The shell command to execute. Keep it to 300 words or less.
timeout: Expected runtime in seconds, defaults to 30.
If process exceeds 2x this value, it will be terminated gracefully.
If process exceeds 3x this value, it will be killed forcefully.