Skip to content

Commit

Permalink
Revert "Update agent.py"
Browse files Browse the repository at this point in the history
This reverts commit 5bca1a4.
  • Loading branch information
scythargon committed Apr 14, 2024
1 parent b20c86d commit 2fe4f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agents/agent.py
Expand Up @@ -362,6 +362,6 @@ def execute(self, prompt: str, project_name_from_user: str = None) -> str:
self.agent_state.set_agent_active(project_name, False)
self.agent_state.set_agent_completed(project_name, True)
self.project_manager.add_message_from_devika(project_name,
"I have completed my task. \n"
"I have completed the my task. \n"
"if you would like me to do anything else, please let me know. \n"
)

0 comments on commit 2fe4f8e

Please sign in to comment.