Replies: 2 comments 2 replies
-
The GroupChatManager doesn't work with human input mode, you need set this to a user proxy agent and have it initiate a chat with the group chat manager. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
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 all,
I'm experiencing an issue with the
GroupChatManager
where it doesn't seem to recognize thehuman_input_mode
option as expected. Specifically, I can only trigger an interruption in the group chat by setting theUserProxyAgent
toALWAYS
. When I sethuman_input_mode
to other values likeTERMINATE
on theGroupChatManager
, it doesn't behave as intended.Below is a simplified version of my setup:
During execution, the following log indicates that the chat manager routes messages and processes a
TERMINATE
command:My Question:
Am I missing a configuration point or misunderstanding how
human_input_mode
is intended to work with theGroupChatManager
? Any insights or suggestions for resolving this issue would be greatly appreciated.Note: working in v0.2. I will try the v0.4 at some time.
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions