From 3950a6e7f11409b5ea8e1e946bfc51c51893aea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Sun, 15 Dec 2024 20:31:03 +0100 Subject: [PATCH] fix: remove prompting to avoid the now-supported EOF/HereDoc --- gptme/tools/shell.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gptme/tools/shell.py b/gptme/tools/shell.py index 1af304a4..e8043b90 100644 --- a/gptme/tools/shell.py +++ b/gptme/tools/shell.py @@ -53,8 +53,6 @@ The given command will be executed in a stateful bash shell. The shell tool will respond with the output of the execution. -Do not use EOF/HereDoc syntax to send multiline commands, as the assistant will not be able to handle it. - These programs are available, among others: {shell_programs_str} """.strip()