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
User interfaces for chat-like experience need to know what the sender is in the new "process_message_before_send" hook (PR #1783). Having the recipient is good but not enough. This is a very simple fix -- just pass "self" as the sender in ConversableAgent._process_message_before_send().
Steps to reproduce
No response
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
User interfaces for chat-like experience need to know what the sender is in the new "process_message_before_send" hook (PR #1783). Having the recipient is good but not enough. This is a very simple fix -- just pass "self" as the sender in ConversableAgent._process_message_before_send().
Steps to reproduce
No response
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: