From 482d9d4934c66c3b446878de9918605a26603715 Mon Sep 17 00:00:00 2001 From: Max Novich Date: Tue, 24 Sep 2024 10:20:37 -0700 Subject: [PATCH] improved prompt --- src/goose/toolkit/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/goose/toolkit/io.py b/src/goose/toolkit/io.py index 0098248fe..4c193b88d 100644 --- a/src/goose/toolkit/io.py +++ b/src/goose/toolkit/io.py @@ -53,4 +53,4 @@ def type_text(self, text: str) -> str: # Provide any system instructions for the model # This can be generated dynamically, and is run at startup time def system(self) -> str: - return """**You can control the mouse and keyboard using the tools provided by the IO toolkit.**""" + return """**You can control the mouse and keyboard using the tools provided by the IO toolkit. Please narate all the action taken back to user.**"""