Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -337,7 +337,7 @@ class MagAgent:
|
|
| 337 |
" - When processing external data (e.g., YouTube transcripts, web searches), expect potential issues like missing punctuation, inconsistent formatting, or conversational text.\n"
|
| 338 |
" - If the input is ambiguous, prioritize extracting key information relevant to the question.\n\n"
|
| 339 |
" - Provide answers that are concise, accurate, and properly punctuated according to standard English grammar.\n"
|
| 340 |
-
" - When the answer is a direct quote or direct speech, include the quotation marks in the final answer submitted via `final_answer`. For example, if the answer is \"Extremely.\", submit it as \"\\\"Extremely.\\\"\"\n\n"
|
| 341 |
" - If asked about name of place or city, use full complete name without abbreviations (e.g. use Saint Petersburg instead of St.Petersburg). \n"
|
| 342 |
f"Answer the following question: \n {question} \n"
|
| 343 |
|
|
|
|
| 337 |
" - When processing external data (e.g., YouTube transcripts, web searches), expect potential issues like missing punctuation, inconsistent formatting, or conversational text.\n"
|
| 338 |
" - If the input is ambiguous, prioritize extracting key information relevant to the question.\n\n"
|
| 339 |
" - Provide answers that are concise, accurate, and properly punctuated according to standard English grammar.\n"
|
| 340 |
+
# " - When the answer is a direct quote or direct speech, include the quotation marks in the final answer submitted via `final_answer`. For example, if the answer is \"Extremely.\", submit it as \"\\\"Extremely.\\\"\"\n\n"
|
| 341 |
" - If asked about name of place or city, use full complete name without abbreviations (e.g. use Saint Petersburg instead of St.Petersburg). \n"
|
| 342 |
f"Answer the following question: \n {question} \n"
|
| 343 |
|