mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
readme update
This commit is contained in:
parent
2aa31ac911
commit
5dd3ffd9ef
@ -12,7 +12,7 @@
|
||||
|
||||
> *Do a web search to find tech startup in Japan working on cutting edge AI research*
|
||||
|
||||
> *Make a tetris game in C ?*
|
||||
> *Can you make a tetris game in C ?*
|
||||
|
||||
> *Can you find where is contract.pdf*?
|
||||
|
||||
|
@ -224,7 +224,7 @@ class BrowserAgent(Agent):
|
||||
return ai_prompt, ""
|
||||
animate_thinking(f"Searching...", color="status")
|
||||
search_result_raw = self.tools["web_search"].execute([ai_prompt], False)
|
||||
search_result = self.jsonify_search_results(search_result_raw)[:7] # until futher improvement
|
||||
search_result = self.jsonify_search_results(search_result_raw)[:12] # until futher improvement
|
||||
prompt = self.make_newsearch_prompt(user_prompt, search_result)
|
||||
unvisited = [None]
|
||||
while not complete:
|
||||
|
Loading…
x
Reference in New Issue
Block a user