Open Neeraj319 opened 6 months ago
@krishnashed can i know the status of this issue? thanks
Im halfway into the implementation, will post updates here
Im halfway into the implementation, will post updates here
Sure, thanks
@Neeraj319 had a similar issue but adding silent=True
while initializing the groupchat manager fixed it for me. Hope it helps
Describe the bug
When passing Silent=True in
initiate_chat
function withgroup_chat_manager
as a recipient it does not work (all the messages are printed).Steps to reproduce
example code to reproduce the bug:
Model Used
gpt-4
Expected Behavior
There should have been no chats printed in the cli.
Screenshots and logs
Logs of the chat messages being printed:
Additional Information
pyautogen version == 0.2.24 python version == 3.10.12