mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 09:29:02 +08:00
feat: allow answer node use chat_var and env_var (#9226)
This commit is contained in:
parent
4693080ce0
commit
fb218f8b10
@ -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,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user