How do I end a chat session from a ConversableAgent instance's reply_func #424
-
I'd like to end a chat from a reply_func,
How do I terminate from here? Or is that bad design? I tried setting the |
Beta Was this translation helpful? Give feedback.
Answered by
sonichi
Nov 17, 2023
Replies: 1 comment 3 replies
-
Solution is simple: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
return True, "TERMINATE"