Skip to content

Commit

Permalink
Updated groupchat test which failed during CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
marklysze committed Aug 26, 2024
1 parent 4b797c3 commit aa334fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/agentchat/test_groupchat.py
Original file line number Diff line number Diff line change
Expand Up @@ -2084,7 +2084,7 @@ def test_select_speaker_transform_messages():
groupchat = GroupChat(
messages=[],
agents=[coder],
select_speaker_transform_messages=List[transforms.MessageHistoryLimiter(max_messages=10)],
select_speaker_transform_messages=[transforms.MessageHistoryLimiter(max_messages=10)],
)

# Ensure if we don't pass any transforms in, none are on the GroupChat
Expand Down

0 comments on commit aa334fc

Please sign in to comment.