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

pull/9864/head
非法操作 2 years 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, { const { availableVars, availableNodesWithParent } = useAvailableVarList(id, {
onlyLeafNodeVar: false, onlyLeafNodeVar: false,
hideChatVar: true, hideChatVar: false,
hideEnv: true, hideEnv: false,
filterVar, filterVar,
}) })

Loading…
Cancel
Save