Update planner_agent.py
Browse files- 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 |
|
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."
|