Skip to content

Commit

Permalink
Small formatting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SailorJoe6 committed Sep 12, 2024
1 parent 03f2671 commit e22b27a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ async def a_receive(
tool_call_msgs.insert(0, message.get("content"))
new_message = copy.deepcopy(message)
new_message["content"] = "\n".join(tool_call_msgs)
await self.a_message_processor(sender, self, message, request_reply, silent, sender_type="groupchat")
await self.a_message_processor(sender, self, message, request_reply, silent, sender_type="groupchat")
else:
await self.a_message_processor(sender, self, message, request_reply, silent, sender_type="groupchat")
elif self.message_processor:
Expand Down

0 comments on commit e22b27a

Please sign in to comment.