seanfaheymedia commited on
Commit
7823f86
·
verified ·
1 Parent(s): 0528668

Update planner_agent.py

Browse files
Files changed (1) hide show
  1. planner_agent.py +1 -1
planner_agent.py CHANGED
@@ -1,7 +1,7 @@
1
  from pydantic import BaseModel
2
  from agents import Agent
3
 
4
- HOW_MANY_SEARCHES = 5
5
 
6
  INSTRUCTIONS = f"You are a helpful research assistant. Given a query, come up with a set of web searches \
7
  to perform to best answer the query. Output {HOW_MANY_SEARCHES} terms to query for."
 
1
  from pydantic import BaseModel
2
  from agents import Agent
3
 
4
+ HOW_MANY_SEARCHES = 20
5
 
6
  INSTRUCTIONS = f"You are a helpful research assistant. Given a query, come up with a set of web searches \
7
  to perform to best answer the query. Output {HOW_MANY_SEARCHES} terms to query for."