Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add role to reflection with llm #2527

Merged
merged 16 commits into from
May 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into add-role-to-reflection-with-llm
  • Loading branch information
ekzhu authored May 13, 2024
commit b23b4bafbac51f6e32ff722e9ec4ebeea766b6dc
17 changes: 12 additions & 5 deletions test/agentchat/test_groupchat.py
Original file line number Diff line number Diff line change
Expand Up @@ -2025,8 +2025,15 @@ def test_manager_resume_messages():
# test_role_for_select_speaker_messages()
# test_select_speaker_message_and_prompt_templates()
# test_speaker_selection_agent_name_match()
test_role_for_reflection_summary()
test_speaker_selection_auto_process_result()
test_speaker_selection_validate_speaker_name()
test_select_speaker_auto_messages()
# pass
# test_role_for_reflection_summary()
# test_speaker_selection_auto_process_result()
# test_speaker_selection_validate_speaker_name()
# test_select_speaker_auto_messages()
# test_speaker_selection_auto_process_result()
# test_speaker_selection_validate_speaker_name()
# test_select_speaker_auto_messages()
# test_manager_messages_to_string()
# test_manager_messages_from_string()
# test_manager_resume_functions()
# test_manager_resume_returns()
# test_manager_resume_messages()
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.