Skip to content

Commit

Permalink
Don't duplicate grammar in commands output
Browse files Browse the repository at this point in the history
  • Loading branch information
mpurnell1 committed Dec 21, 2022
1 parent edeab59 commit 2e61212
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alice.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def Alice():
user_ack = Prompt.ask(f"Send back to Alice? [y/response/(no)]")

commands_output += f"\nThe last task given (does the output give you the information needed?) was: {user_query}. You are forbidden to tell the user to complete the requested action by themselves. Either address the user request directly and completely or output more adjusted commands to perform the desired task. Conform to the following grammar:{grammar}"
commands_output += grammar

if user_ack == "y":
# Send the output to the API
Expand Down

0 comments on commit 2e61212

Please sign in to comment.