From b3eab83a0f058ce0b2d22c353aa6a8cc3b2bf239 Mon Sep 17 00:00:00 2001 From: Dom Date: Tue, 21 Apr 2026 16:26:45 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20variable=20'result'=20non=20d=C3=A9finie?= =?UTF-8?q?=20quand=20grounding=20r=C3=A9ussit=20sans=20CLIP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- visual_workflow_builder/backend/api_v3/execute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visual_workflow_builder/backend/api_v3/execute.py b/visual_workflow_builder/backend/api_v3/execute.py index e20f8c328..9fd1a2ed8 100644 --- a/visual_workflow_builder/backend/api_v3/execute.py +++ b/visual_workflow_builder/backend/api_v3/execute.py @@ -884,7 +884,7 @@ def execute_action(action_type: str, params: dict) -> dict: 'clicked_at': {'x': x, 'y': y}, 'mode': execution_mode, 'confidence': confidence, - 'method': result.get('method', 'template') + 'method': method_used } } else: