Update sources/agents/browser_agent.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Martin 2025-04-06 20:00:49 +02:00 committed by GitHub
parent bb67df8f42
commit 196841db50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,7 @@ class BrowserAgent(Agent):
Your goal is to find accurate and complete information to satisfy the users request.
User request: {user_prompt}
To proceed, choose a relevant link from the search results. Announce your choice by saying: "I will navigate to <link>"
Do not eplain your choice.
Do not explain your choice.
"""
def make_navigation_prompt(self, user_prompt: str, page_text: str) -> str: