mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 05:56:31 +08:00
fix: add computer_use property to mixed variable extractor
This commit is contained in:
parent
beba89cc0a
commit
5441b9c3ad
@ -385,6 +385,8 @@ export function useMixedVariableExtractor({
|
||||
nextData.vision = nestedNodeData.vision
|
||||
if (Object.prototype.hasOwnProperty.call(nestedNodeData, 'memory'))
|
||||
nextData.memory = nestedNodeData.memory
|
||||
if (Object.prototype.hasOwnProperty.call(nestedNodeData, 'computer_use'))
|
||||
nextData.computer_use = nestedNodeData.computer_use
|
||||
|
||||
if (Object.keys(nextData).length === 0)
|
||||
return
|
||||
|
||||
Loading…
Reference in New Issue
Block a user