fix: add computer_use property to mixed variable extractor

This commit is contained in:
Novice
2026-02-03 10:33:47 +08:00
parent beba89cc0a
commit 5441b9c3ad

View File

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