Ver código fonte

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

tags/0.10.2
非法操作 1 ano atrás
pai
commit
fb218f8b10
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      web/app/components/workflow/nodes/answer/panel.tsx

+ 2
- 2
web/app/components/workflow/nodes/answer/panel.tsx Ver arquivo

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


Carregando…
Cancelar
Salvar