Skip to content

Commit

Permalink
feat: Updated backend/agent/coding_agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Mar 5, 2024
1 parent 1f602c4 commit c7fe079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/agent/coding_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def generate_anthropic_prompt(self, include_messages: Optional[bool]=True, sys_o
else:
tree = ""

if include_messages:
if sys_only:
sys_prompt = (
self.memory_manager.identity
+ conversation_history
Expand Down

0 comments on commit c7fe079

Please sign in to comment.