Autogen Group chat with SSE backend. #5661
Replies: 1 comment 1 reply
-
Please post fully reproducible code and error message so others can verify easily. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am creating an autogen groupchat with SSE backend, I need the chatbot to have continuous conversation with client as in take user input answer the question, then user can ask to change the answer, it should be able to update previous answer ...
I am using Roundrobin group chat with two agents, a POST end point to get user input and using team.run_stream() to stream the message using GET end point. load_state and load_history to load state and history. However, I dont the code working. can someone suggest where I am goign wrong?
Beta Was this translation helpful? Give feedback.
All reactions