feat: LLM node to only show generation output var when computer use is

enabled, matching the actual output structure.
This commit is contained in:
zhsama
2026-02-09 23:40:42 +08:00
parent a71f336ee0
commit 41b218f427
12 changed files with 222 additions and 95 deletions

View File

@ -57,6 +57,7 @@ const ConditionVariableSelector = ({
valueSelector={valueSelector}
varType={varType}
availableNodes={availableNodes}
availableVars={nodesOutputVars}
isShort
/>
)