From ec68a7e28e563eb92c5615a09bff6ebc00a166dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20M=C3=BCller?= <67061560+MagMueller@users.noreply.github.com> Date: Tue, 8 Jul 2025 10:32:17 +0200 Subject: [PATCH] Edit result object --- browser_use/controller/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser_use/controller/service.py b/browser_use/controller/service.py index 8a5e6e449..1c4edbfa2 100644 --- a/browser_use/controller/service.py +++ b/browser_use/controller/service.py @@ -657,7 +657,7 @@ Explain the content of the page and that the requested information is not availa msg = f'🔍 {long_term_memory}' logger.info(msg) - return ActionResult(extracted_content=msg, include_in_memory=True, long_term_memory=long_term_memory) + return ActionResult(long_term_memory=long_term_memory) # send keys