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
when use run_stream and send_message to interact with Code class, it seems there is no other api to stop chat except use throw KeyboardInterrupt.
when I use chat = coder.send_message('xxx'); chat.throw(KeyboardInterrupt()); to throw exception, will the chat stop right now? or it is just stop iterator and keep the chat stream message background.
Version and model info
No response
The text was updated successfully, but these errors were encountered:
Issue
when use
run_stream
andsend_message
to interact with Code class, it seems there is no other api to stop chat except use throwKeyboardInterrupt
.when I use
chat = coder.send_message('xxx'); chat.throw(KeyboardInterrupt());
to throw exception, will the chat stop right now? or it is just stop iterator and keep the chat stream message background.Version and model info
No response
The text was updated successfully, but these errors were encountered: