persist bing ai conversation

This commit is contained in:
Daniel Avila 2023-02-20 21:52:08 -05:00
parent 81e52fed73
commit 7b7548c905
4 changed files with 28 additions and 8 deletions

View file

@ -18,7 +18,7 @@ const messageSchema = mongoose.Schema({
type: String,
},
invocationId: {
type: Number,
type: String,
},
parentMessageId: {
type: String,