From 6049db1f24c517aaf282ec11f449e05b5fb2e426 Mon Sep 17 00:00:00 2001 From: martin legrand Date: Thu, 24 Apr 2025 13:33:36 +0200 Subject: [PATCH] fix : wrong value --- 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 71c622f..e6e5ac2 100644 --- a/sources/agents/browser_agent.py +++ b/sources/agents/browser_agent.py @@ -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