We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, we are enforcing the recipient agents in multiple sequential chats to be different: https://github.com/microsoft/autogen/blob/main/autogen/agentchat/conversable_agent.py#L905
This requirement could be relaxed (but need to be careful about how to manage history where there are repetitive agents)
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the issue
Currently, we are enforcing the recipient agents in multiple sequential chats to be different: https://github.com/microsoft/autogen/blob/main/autogen/agentchat/conversable_agent.py#L905
This requirement could be relaxed (but need to be careful about how to manage history where there are repetitive agents)
Steps to reproduce
No response
Screenshots and logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: