mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
fix : wrong value
This commit is contained in:
parent
b479dd0b2f
commit
6049db1f24
@ -295,7 +295,7 @@ class BrowserAgent(Agent):
|
|||||||
prompt = self.make_newsearch_prompt(user_prompt, unvisited)
|
prompt = self.make_newsearch_prompt(user_prompt, unvisited)
|
||||||
prompt += f"""
|
prompt += f"""
|
||||||
You previously said:
|
You previously said:
|
||||||
{self.answer}
|
{self.last_answer}
|
||||||
You must consider other options. Choose other link.
|
You must consider other options. Choose other link.
|
||||||
"""
|
"""
|
||||||
return prompt
|
return prompt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user