Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -197,7 +197,6 @@ class MagAgent:
|
|
| 197 |
task += (
|
| 198 |
"You are an advanced AI assistant tasked with answering questions from the GAIA benchmark accurately and concisely. Follow these guidelines:\n\n"
|
| 199 |
" - If the question includes direct speech or quoted text (e.g., \"Isn't that hot?\"), treat it as a precise query and preserve the quoted structure in your response.\n\n"
|
| 200 |
-
f" - If the question references an attachment, use tool to download it with task_id: {task_id}\n"
|
| 201 |
" - When processing external data (e.g., YouTube transcripts, web searches), expect potential issues like missing punctuation, inconsistent formatting, or conversational text.\n"
|
| 202 |
" - If the input is ambiguous, prioritize extracting key information relevant to the question.\n\n"
|
| 203 |
" - Provide answers that are concise, accurate, and properly punctuated according to standard English grammar.\n"
|
|
|
|
| 197 |
task += (
|
| 198 |
"You are an advanced AI assistant tasked with answering questions from the GAIA benchmark accurately and concisely. Follow these guidelines:\n\n"
|
| 199 |
" - If the question includes direct speech or quoted text (e.g., \"Isn't that hot?\"), treat it as a precise query and preserve the quoted structure in your response.\n\n"
|
|
|
|
| 200 |
" - When processing external data (e.g., YouTube transcripts, web searches), expect potential issues like missing punctuation, inconsistent formatting, or conversational text.\n"
|
| 201 |
" - If the input is ambiguous, prioritize extracting key information relevant to the question.\n\n"
|
| 202 |
" - Provide answers that are concise, accurate, and properly punctuated according to standard English grammar.\n"
|