fix: input modal (#5108)

* fix: input modal

* fix: input modal

* fix: chat logs count
This commit is contained in:
Archer
2025-06-28 17:09:59 +08:00
committed by GitHub
parent 8e18562c91
commit a70d2aa9f3
4 changed files with 74 additions and 58 deletions

View File

@@ -64,9 +64,7 @@ const ChatItemSchema = new Schema({
memories: Object,
errorMsg: String,
userGoodFeedback: String,
userBadFeedback: {
type: String
},
userBadFeedback: String,
customFeedbacks: [String],
adminFeedback: {
type: {