fix: clean up mixed variable extractor code

This commit is contained in:
Novice 2026-02-03 15:26:15 +08:00
parent 10f5d9e7ad
commit 31177462e1
No known key found for this signature in database
GPG Key ID: A253106A7475AA3E

View File

@ -385,8 +385,6 @@ 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