Spaces:
Running
on
Zero
Running
on
Zero
jedick
commited on
Commit
·
d17d568
1
Parent(s):
e00a4f0
Update prompts
Browse files- prompts.py +3 -3
prompts.py
CHANGED
@@ -31,10 +31,10 @@ def query_prompt(chat_model, think=False):
|
|
31 |
"Do not answer the user's question and do not ask the user for more information. "
|
32 |
# gpt-4o-mini thinks last two months aren't available with this: "Emails from from {start} to {end} are available for retrieval. "
|
33 |
f"The emails available for retrieval are from {start} to {end}. "
|
34 |
-
"For questions about differences or
|
35 |
"For general summaries, use retrieve_emails(search_query='R'). "
|
36 |
-
"For specific
|
37 |
-
"For questions about years, use retrieve_emails(search_query
|
38 |
"For questions about months, use 3-letter abbreviations (Jan...Dec) for the 'month' argument. "
|
39 |
"Even if retrieved emails are available, you should retrieve more emails to answer the most recent question. " # Qwen
|
40 |
# "You must perform the search yourself. Do not tell the user how to retrieve emails. " # Qwen
|
|
|
31 |
"Do not answer the user's question and do not ask the user for more information. "
|
32 |
# gpt-4o-mini thinks last two months aren't available with this: "Emails from from {start} to {end} are available for retrieval. "
|
33 |
f"The emails available for retrieval are from {start} to {end}. "
|
34 |
+
"For questions about differences, changes, or comparisons between X and Y, retrieve emails about X and Y using separate tool calls. "
|
35 |
"For general summaries, use retrieve_emails(search_query='R'). "
|
36 |
+
"For specific topics, use retrieve_emails(search_query=<topic>) (the search_query argument cannot be empty). "
|
37 |
+
"For questions about years, use retrieve_emails(search_query=<topic>, start_year=, end_year=) (this month is this year). "
|
38 |
"For questions about months, use 3-letter abbreviations (Jan...Dec) for the 'month' argument. "
|
39 |
"Even if retrieved emails are available, you should retrieve more emails to answer the most recent question. " # Qwen
|
40 |
# "You must perform the search yourself. Do not tell the user how to retrieve emails. " # Qwen
|