mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 23:20:12 -05:00
feat: allow answer node use chat_var and env_var (#9226)
This commit is contained in:
@@ -23,8 +23,8 @@ const Panel: FC<NodePanelProps<AnswerNodeType>> = ({
|
||||
|
||||
const { availableVars, availableNodesWithParent } = useAvailableVarList(id, {
|
||||
onlyLeafNodeVar: false,
|
||||
hideChatVar: true,
|
||||
hideEnv: true,
|
||||
hideChatVar: false,
|
||||
hideEnv: false,
|
||||
filterVar,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user