mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
feat: quote change
This commit is contained in:
@@ -48,7 +48,7 @@ const ChatSchema = new Schema({
|
||||
required: true
|
||||
},
|
||||
quote: {
|
||||
type: [{ id: String, q: String, a: String }],
|
||||
type: [{ id: String, q: String, a: String, isEdit: Boolean }],
|
||||
default: []
|
||||
}
|
||||
// systemPrompt: {
|
||||
|
Reference in New Issue
Block a user