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.**"""