From 8d1e4a96bd00897978b4c224da2c9ecef4ec83a1 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Tue, 25 Feb 2025 17:41:17 -0500 Subject: [PATCH] improve prompts --- ra_aid/tools/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ra_aid/tools/shell.py b/ra_aid/tools/shell.py index 6bcaa3f..48b6247 100644 --- a/ra_aid/tools/shell.py +++ b/ra_aid/tools/shell.py @@ -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.