fix: oversight, artifact in bing route

This commit is contained in:
Daniel Avila 2023-03-15 22:36:16 -04:00
parent ffcfb69dee
commit 41f351786f

View file

@ -96,7 +96,6 @@ const ask = async ({
console.log('BING RESPONSE', response);
// console.dir(response, { depth: null });
const hasCitations = response.response.match(citationRegex)?.length > 0;
userMessage.conversationSignature =
convo.conversationSignature || response.conversationSignature;