mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00
4.8 test (#1394)
* fix: chat variable sync * feat: chat save variable config * fix: target handle hidden * adapt v1 chat init * adapt v1 chat init * adapt v1 chat init * adapt v1 chat init
This commit is contained in:
@@ -61,7 +61,15 @@ const ChatSchema = new Schema({
|
||||
outLinkUid: {
|
||||
type: String
|
||||
},
|
||||
|
||||
variableList: {
|
||||
type: Array
|
||||
},
|
||||
welcomeText: {
|
||||
type: String
|
||||
},
|
||||
variables: {
|
||||
// variable value
|
||||
type: Object,
|
||||
default: {}
|
||||
},
|
||||
|
Reference in New Issue
Block a user