improve prompts
This commit is contained in:
parent
f5de1e55b4
commit
8d1e4a96bd
|
|
@ -27,7 +27,7 @@ def run_shell_command(
|
||||||
"""Execute a shell command and return its output.
|
"""Execute a shell command and return its output.
|
||||||
|
|
||||||
Args:
|
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.
|
timeout: Expected runtime in seconds, defaults to 30.
|
||||||
If process exceeds 2x this value, it will be terminated gracefully.
|
If process exceeds 2x this value, it will be terminated gracefully.
|
||||||
If process exceeds 3x this value, it will be killed forcefully.
|
If process exceeds 3x this value, it will be killed forcefully.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue