fix CUA nullaction bug (#2179)

This commit is contained in:
Shuchang Zheng
2025-04-17 01:24:49 -07:00
committed by GitHub
parent 83adc226d9
commit e7b46c62a9

View File

@@ -320,7 +320,7 @@ async def parse_cua_actions(
intention=reasoning, intention=reasoning,
) )
case "screenshot": case "screenshot":
return NullAction( action = NullAction(
reasoning=reasoning, reasoning=reasoning,
intention=reasoning, intention=reasoning,
) )