fix(bingAI): markdown and error formatting for final stream response (#829)

* fix(bingAI): markdown formatting for final stream response due to new strict payload validation on the frontend

* fix: add missing prop to bing Error response
This commit is contained in:
Danny Avila 2023-08-23 13:44:40 -04:00 committed by GitHub
parent 7dc27b10f1
commit d38e463d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 6 deletions

View file

@ -61,7 +61,6 @@ const EditMessage = ({
const resubmitMessage = () => {
const text = textEditor?.current?.innerText ?? '';
console.log('siblingIdx:', siblingIdx);
if (message.isCreatedByUser) {
ask({
text,