Fix forgetfulness for bing/sydney

This commit is contained in:
Hyunggyu Jang 2023-03-24 12:23:52 +09:00
parent dcc0ab98e1
commit 1de51467ec
2 changed files with 5 additions and 1 deletions

View file

@ -164,6 +164,8 @@ const ask = async ({
await saveConvo( await saveConvo(
req?.session?.user?.username, req?.session?.user?.username,
{ {
...convo,
...response,
conversationId, conversationId,
title title
} }

View file

@ -174,6 +174,8 @@ const ask = async ({
await saveConvo( await saveConvo(
req?.session?.user?.username, req?.session?.user?.username,
{ {
...convo,
...response,
conversationId, conversationId,
title title
} }