Replies: 1 comment
-
Sounds like something that can be solved using #5863. Could you check? Another way is to use |
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.
-
I want to run a RoundRobinGroupChat which contains agent A and B , then run a new agent C in same model context to summery the previous steps.
But SelectorGroupChat only support to pass agents nor teams to it.
So I have to manually construct a Round Robin process by selector_func in SelectorGroupChat.
My question is do we have the method like below I made it up that we can pass Teams and Agents to run them in same context.
Or Is there a recommended way to fulfill my requirement?
Beta Was this translation helpful? Give feedback.
All reactions