mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 07:31:19 +00:00
fix: input modal (#5108)
* fix: input modal * fix: input modal * fix: chat logs count
This commit is contained in:
@@ -64,9 +64,7 @@ const ChatItemSchema = new Schema({
|
||||
memories: Object,
|
||||
errorMsg: String,
|
||||
userGoodFeedback: String,
|
||||
userBadFeedback: {
|
||||
type: String
|
||||
},
|
||||
userBadFeedback: String,
|
||||
customFeedbacks: [String],
|
||||
adminFeedback: {
|
||||
type: {
|
||||
|
Reference in New Issue
Block a user