mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
feat: LLM node to only show generation output var when computer use is
enabled, matching the actual output structure.
This commit is contained in:
@ -38,6 +38,7 @@ const ConditionVarSelector = ({
|
||||
valueSelector={valueSelector}
|
||||
varType={varType}
|
||||
availableNodes={availableNodes}
|
||||
availableVars={nodesOutputVars}
|
||||
isShort
|
||||
/>
|
||||
</div>
|
||||
|
||||
@ -121,6 +121,7 @@ const ConditionNumberInput = ({
|
||||
<VariableTag
|
||||
valueSelector={variableTransformer(value) as string[]}
|
||||
varType={VarType.number}
|
||||
availableVars={variables}
|
||||
isShort={isShort}
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user