Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bonk1t committed Dec 8, 2024
1 parent fc95c43 commit 1553177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agency_swarm/agency/agency.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ def on_all_streams_end(cls):
cls.message_output = None
chatbot_queue.put("[end]")

def bot(original_message, history):
def bot(original_message, history, dropdown):
nonlocal attachments
nonlocal message_file_names
nonlocal recipient_agent
Expand Down

0 comments on commit 1553177

Please sign in to comment.