fix: undeclared variable used in return

This commit is contained in:
martin legrand 2025-04-06 20:02:55 +02:00
commit 416d9d00ad

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: