-
Hello,is there a way to stop the remote model from answering the current question? |
Beta Was this translation helpful? Give feedback.
Answered by
deathbeam
May 8, 2024
Replies: 1 comment 3 replies
-
Yea you can just use CopilotChatReset or CopilotChat <any_other_question> and it will always cancel the current answer first |
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
Yea I can see that being annoying especially when you dont want to fully reset the chat window. I made PR that should add CopilotChatStop and .stop() method on the api here:
#308