diff --git a/skyvern/webeye/actions/parse_actions.py b/skyvern/webeye/actions/parse_actions.py index 4017abd1..3ef46893 100644 --- a/skyvern/webeye/actions/parse_actions.py +++ b/skyvern/webeye/actions/parse_actions.py @@ -283,6 +283,7 @@ async def parse_cua_actions( intention=reasoning, ) case "move": + reasoning = reasoning or f"Move mouse to: ({cua_action.x}, {cua_action.y})" action = MoveAction( x=cua_action.x, y=cua_action.y,