mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
chore: xxx
This commit is contained in:
@ -20,7 +20,7 @@ const useAvailableVarList = (nodeId: string, {
|
||||
const isChatMode = useIsChatMode()
|
||||
|
||||
const availableNodes = onlyLeafNodeVar ? getTreeLeafNodes(nodeId) : getBeforeNodesInSameBranch(nodeId)
|
||||
const availableVars = toNodeOutputVars(availableNodes, isChatMode, filterVar).map(item => item.vars)
|
||||
const availableVars = toNodeOutputVars(availableNodes, isChatMode, filterVar)
|
||||
return availableVars
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user