mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 22:03:54 +00:00
feat: chat quote
This commit is contained in:
@@ -47,10 +47,14 @@ const ChatSchema = new Schema({
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
systemPrompt: {
|
||||
type: String,
|
||||
default: ''
|
||||
quote: {
|
||||
type: [{ id: String, q: String, a: String }],
|
||||
default: []
|
||||
}
|
||||
// systemPrompt: {
|
||||
// type: String,
|
||||
// default: ''
|
||||
// }
|
||||
}
|
||||
],
|
||||
default: []
|
||||
|
Reference in New Issue
Block a user