Browse Source

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

tags/0.10.2
非法操作 1 year ago
parent
commit
fb218f8b10
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      web/app/components/workflow/nodes/answer/panel.tsx

+ 2
- 2
web/app/components/workflow/nodes/answer/panel.tsx View File

@@ -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