mirror of https://github.com/langgenius/dify.git
feat: generation support vars
This commit is contained in:
parent
cbe7116bb7
commit
1482eb0348
|
|
@ -66,12 +66,11 @@ const formatItem = (item: any, isChatMode: boolean, filterVar: (payload: Var, se
|
|||
variable: 'sys.query',
|
||||
type: VarType.string,
|
||||
})
|
||||
|
||||
res.vars.push({
|
||||
variable: 'sys.files',
|
||||
type: VarType.arrayFile,
|
||||
})
|
||||
}
|
||||
res.vars.push({
|
||||
variable: 'sys.files',
|
||||
type: VarType.arrayFile,
|
||||
})
|
||||
break
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue