Skip to content

Commit

Permalink
a working version, but history is repetitively added
Browse files Browse the repository at this point in the history
  • Loading branch information
yxjiang committed May 3, 2024
1 parent 8c4c488 commit 4f598cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymind/core/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ async def _execute(self, input: Message) -> Message:
input.content[
"input"
] = f"""
Context: {self.task_context}
Context:
Output of the previous steps:
------
{memory_context}
Expand Down

0 comments on commit 4f598cc

Please sign in to comment.