sync bingAI

This commit is contained in:
James Feng Cao 2023-04-15 21:43:30 +08:00
parent 577cf5c6f6
commit 8ea7d1e5a9
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class SendMessageManager {
"id": this.clientId
},
"conversationId": this.conversationId,
"previousMessages": (this.invocationId <= 1) ? previousMessages : undefined
"previousMessages": (this.invocationId <= 1) ? await getPreviousMessages() : undefined
}],
"invocationId": this.invocationId.toString(),
"target": "chat",