mirror of
https://github.com/langgenius/dify.git
synced 2026-04-24 09:06:42 +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',
|
variable: 'sys.query',
|
||||||
type: VarType.string,
|
type: VarType.string,
|
||||||
})
|
})
|
||||||
|
|
||||||
res.vars.push({
|
|
||||||
variable: 'sys.files',
|
|
||||||
type: VarType.arrayFile,
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
res.vars.push({
|
||||||
|
variable: 'sys.files',
|
||||||
|
type: VarType.arrayFile,
|
||||||
|
})
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user