reflect_on_max_turns
as an option in SelectorGroupChat
#6157
erigrus
started this conversation in
Feature suggestions
Replies: 1 comment
-
I think it's a good idea to introduce optional summarization, which can be independent from how the team was terminated. Related #6160 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, when a group chat reaches the max_turns limit, the conversation abruptly ends without providing a summary of what occurred during the interaction. When e.g. the user is in control after this cutoff the last message when max_turns was hit may not be really helpful. This can be particularly disruptive in nested chats, where maintaining context is crucial.
To address this, I propose implementing a
reflect_on_max_turns
option (similar to thereflect_on_tool_use
of agents) for group chats. This should automatically generate a summary when the turn limit is reached and add this as a message before terminating the chat, ensuring a smoother handover back to the user.Beta Was this translation helpful? Give feedback.
All reactions