Skip to content

Commit

Permalink
improved prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Kvadratni committed Sep 24, 2024
1 parent 00dd352 commit 482d9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goose/toolkit/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.**"""

0 comments on commit 482d9d4

Please sign in to comment.