feat: allow answer node use chat_var and env_var (#9226)

pull/9864/head
非法操作 1 year ago committed by GitHub
parent 4693080ce0
commit fb218f8b10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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,
})

Loading…
Cancel
Save