This repository was 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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've seen that removing a chat in Edge generate a POST in
https://sydney.bing.com/sydney/DeleteSingleConversationwith the following data{"conversationId":"51D|BingProd|5E9A0DF8EDE9DE3XXXXXX7EE26B3D36A259BDBDC7802BC87AE640528E4","conversationSignature":"XXXXXXXXXKrsthLom+6fSBhKjkBMRQeZmxDA=","participant":{"id":"xxxxxx"},"source":"cib","optionsSets":["autosave"]}I 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