mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 19:36:53 +08: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, {
|
const { availableVars, availableNodesWithParent } = useAvailableVarList(id, {
|
||||||
onlyLeafNodeVar: false,
|
onlyLeafNodeVar: false,
|
||||||
hideChatVar: true,
|
hideChatVar: false,
|
||||||
hideEnv: true,
|
hideEnv: false,
|
||||||
filterVar,
|
filterVar,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user