microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.65k stars 2.59k forks source link

Can't find the assistant's answers in the history #1093

Open OSDkorben opened 1 month ago

OSDkorben commented 1 month ago

Describe the bug Hello, I updated my prod with last commit "3a6c7b7", and since then, the assistant's response history is no longer being saved in the database. Do you have any idea? plop

lathcf commented 1 month ago

I noticed this yesterday also, but since no one was talking about it I thought it might have been some other change I had done. The issue is coming from the change at line 655 in Chat.tsx. It is causing history/update to never fire so it isn't saving the assistant response.

image

OlegDStassenko commented 1 month ago

Oh ok, thank you for your response! Do you think the patch will be able to be deployed to the main branch soon?

jack-vinitsky commented 1 month ago

Oh ok, thank you for your response! Do you think the patch will be able to be deployed to the main branch soon?

Fix has been merged to the main branch as per #1116