-
Notifications
You must be signed in to change notification settings - Fork 6.7k
feat: avoid consuming repeated agent message #6351
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
base: main
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree |
68c19ce
to
7b04c71
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add some unit tests for AssistantAgent for checking the full_message_id matches between the stream chunk event and the final message.
python/packages/autogen-agentchat/src/autogen_agentchat/agents/_assistant_agent.py
Outdated
Show resolved
Hide resolved
a7034fb
to
2d50904
Compare
Sure! glad to see reviews, test has been added |
Why are these changes needed?
Related issue number
Closes #6317
Checks