Zizo
Zizo
@tyler-suard-parker my code works well without error. Can you provide the entire example codes for reproduce it?
> Question: how does this relate to the `silent` param in the `initiate_chat` method? I believe the logic will override `initiate_chat`, meaning if I pass `silent=False` in `initiate_chat` and then...
> Thank you for the PR, @wenngong ! > > In the current implementation, the single agent's `silent` will overwrite the overall chat's silent setting. But it should only overwrite...
> @wenngong can you please verify these changes with the groupchat and let us know. Hi @Hk669 , -----> I updated the comments according the last commit [b70b736](https://github.com/microsoft/autogen/pull/3244/commits/b70b7367ab2736735e3c8dae48c078e36da9cfdd). @Hk669 in...
> @wenngong Thanks for making the changes requested. I still don't think it's working properly. See below where I'm trying to silence _Alice_. It mutes Charlie (the other agent instead.)...
> @umermansoor The output log you provided above was printed by agent Charlie in _process_received_message function (conversable_agent.py, line 791) @umermansoor done in new commit, please review, thanks! ``` def _process_received_message(self,...
> Thank you very much for the updates. Could you also update below agents: class UserProxyAgent(ConversableAgent)  class SocietyOfMindAgent(ConversableAgent) class WebSurferAgent(ConversableAgent) @thinkall Done, please review.
I will do it as a start pr.
> Hey @wenngong, @joris-swapfiets, if you are able to help test this dedicated Amazon Bedrock client class it would be appreciated :). @marklysze, tested, the bedrock client works fine in...