This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
Delete conversation #540
Closed
scmanjarrez
started this conversation in
Ideas
Replies: 1 comment
-
Completed in #541 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've seen that removing a chat in Edge generate a POST in
https://sydney.bing.com/sydney/DeleteSingleConversation
with the following dataI was thinking about doing a PR with the implementation of a
delete()
or.remove()
function to delete the chat.What do you think? Should we use a separate function for that, or reuse
.close()
to remove the chat in addition of closing the conversation? Or instead create a similar function that removes the chat and closes the conversation (something like.remove_and_close()
)?Beta Was this translation helpful? Give feedback.
All reactions