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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm experiencing an issue with the
GroupChatManagerwhere it doesn't seem to recognize thehuman_input_modeoption as expected. Specifically, I can only trigger an interruption in the group chat by setting theUserProxyAgenttoALWAYS. When I sethuman_input_modeto other values likeTERMINATEon 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
TERMINATEcommand:My Question:
Am I missing a configuration point or misunderstanding how
human_input_modeis 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