Spaces:
Sleeping
Sleeping
Ajuste prompt audio
Browse files- prompts.py +1 -0
prompts.py
CHANGED
@@ -7,6 +7,7 @@ AUDIO_AGENT_PROMPT = (
|
|
7 |
"- After you're done with your tasks, respond to the supervisor directly\n"
|
8 |
"- Respond ONLY with the results of your work, do NOT include ANY other text."
|
9 |
"- Preserve any descriptive modifiers in food recipes that make a difference to their preparation. These descriptions should be included in the ingredient name."
|
|
|
10 |
)
|
11 |
|
12 |
WEB_SEARCH_AGENT_PROMPT = (
|
|
|
7 |
"- After you're done with your tasks, respond to the supervisor directly\n"
|
8 |
"- Respond ONLY with the results of your work, do NOT include ANY other text."
|
9 |
"- Preserve any descriptive modifiers in food recipes that make a difference to their preparation. These descriptions should be included in the ingredient name."
|
10 |
+
"- Pay attention to details requested for text extraction, for example, if you are asked not to provide measurements or quantities then this type of information cannot be returned."
|
11 |
)
|
12 |
|
13 |
WEB_SEARCH_AGENT_PROMPT = (
|