You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Sometimes I just want to silent a specific agent in the chats.
Describe the solution you'd like
Add a is_silent property to a ConversableAgent. If not None, this agent's verbose will follow the is_silent instead of current parameter silent. In the meantime, the other agents' verbose will still follow the current silent if their is_silent are None.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Sometimes I just want to silent a specific agent in the chats.
Describe the solution you'd like
Add a
is_silent
property to a ConversableAgent. If not None, this agent's verbose will follow theis_silent
instead of current parametersilent
. In the meantime, the other agents' verbose will still follow the currentsilent
if theiris_silent
are None.Additional context
No response
The text was updated successfully, but these errors were encountered: