From 196841db508638ab8226fd889db2e98303a6d567 Mon Sep 17 00:00:00 2001 From: Martin <49105846+Fosowl@users.noreply.github.com> Date: Sun, 6 Apr 2025 20:00:49 +0200 Subject: [PATCH] Update sources/agents/browser_agent.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- sources/agents/browser_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/agents/browser_agent.py b/sources/agents/browser_agent.py index c616f49..259882b 100644 --- a/sources/agents/browser_agent.py +++ b/sources/agents/browser_agent.py @@ -71,7 +71,7 @@ class BrowserAgent(Agent): Your goal is to find accurate and complete information to satisfy the user’s request. User request: {user_prompt} To proceed, choose a relevant link from the search results. Announce your choice by saying: "I will navigate to " - Do not eplain your choice. + Do not explain your choice. """ def make_navigation_prompt(self, user_prompt: str, page_text: str) -> str: