Commit 3d06afab authored by shirlyn.guo's avatar shirlyn.guo 👌🏻

chore: 新建应用时记忆变量初始为空

parent a8c83c6a
......@@ -19,7 +19,7 @@ export function defaultPersonalAppConfigState(): PersonalAppConfigState {
continuousQuestionStatus: 'default',
continuousQuestionSystem: '',
continuousQuestionTurn: 3,
variableStructure: [],
variableStructure: null,
isLongMemory: 'N',
},
knowledgeConfig: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment