fix : wrong value

This commit is contained in:
martin legrand 2025-04-24 13:33:36 +02:00
parent b479dd0b2f
commit 6049db1f24

View File

@ -295,7 +295,7 @@ class BrowserAgent(Agent):
prompt = self.make_newsearch_prompt(user_prompt, unvisited)
prompt += f"""
You previously said:
{self.answer}
{self.last_answer}
You must consider other options. Choose other link.
"""
return prompt