bing-chat icon indicating copy to clipboard operation
bing-chat copied to clipboard

Are continued conversations supported?

Open izcoser opened this issue 11 months ago • 0 comments

To keep conversation context, I tried both:

  1. creating a conversation and then using the conversationId in api.sendMessage;
  2. sending a message with api.sendMessage, saving the conversationId from that response and reusing it later.

Neither method worked. The answer always comes with an empty string. Normal messages without specifying conversationId work as expected.

I am wondering if this is supported at all, since it's not included in the README.md? Thanks.

izcoser avatar Jul 05 '23 05:07 izcoser