Spaces:
Sleeping
Sleeping
Ajuste prompt web search
Browse files- prompts.py +2 -1
prompts.py
CHANGED
@@ -13,7 +13,8 @@ WEB_SEARCH_AGENT_PROMPT = (
|
|
13 |
"INSTRUCTIONS:\n"
|
14 |
"- Assist ONLY with research-related tasks, DO NOT do any math\n"
|
15 |
"- After you're done with your tasks, respond to the supervisor directly\n"
|
16 |
-
"- Respond ONLY with the results of your work, do NOT include ANY other text
|
|
|
17 |
)
|
18 |
|
19 |
SUPERVISOR_PROMPT = (
|
|
|
13 |
"INSTRUCTIONS:\n"
|
14 |
"- Assist ONLY with research-related tasks, DO NOT do any math\n"
|
15 |
"- After you're done with your tasks, respond to the supervisor directly\n"
|
16 |
+
"- Respond ONLY with the results of your work, do NOT include ANY other text.\n"
|
17 |
+
"- Pay attention in details, when you count items for a query, take care of category e group of information"
|
18 |
)
|
19 |
|
20 |
SUPERVISOR_PROMPT = (
|