mirror of
https://github.com/langgenius/dify.git
synced 2026-04-04 14:10:41 +08:00
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
Block a user