From 0bb488a01acf911f44b056ae348e19a35e278057 Mon Sep 17 00:00:00 2001 From: magmueller Date: Mon, 18 Nov 2024 14:28:57 +0100 Subject: [PATCH] Extent description for extract page --- browser_use/controller/service.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/browser_use/controller/service.py b/browser_use/controller/service.py index 15d4b3df8..3c8461bf0 100644 --- a/browser_use/controller/service.py +++ b/browser_use/controller/service.py @@ -130,7 +130,9 @@ class Controller: # Content Actions @self.registry.action( - 'Extract page content', param_model=ExtractPageContentAction, requires_browser=True + 'Extract page content to get the text or markdown ', + param_model=ExtractPageContentAction, + requires_browser=True, ) def extract_content(params: ExtractPageContentAction, browser: Browser): driver = browser._get_driver()