gdms commited on
Commit
879f504
·
1 Parent(s): 829540e

Ajuste prompt audio

Browse files
Files changed (1) hide show
  1. prompts.py +3 -3
prompts.py CHANGED
@@ -5,9 +5,9 @@ AUDIO_AGENT_PROMPT = (
5
  "- If you get an audio request related to a file, use the file name to call the tools, they know the path to find the file. \n"
6
  "- Its tools can even extract text from videos on the internet \n"
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
- "- Priorize the use of tools help in reasoning or filtering data."
11
  )
12
 
13
  WEB_SEARCH_AGENT_PROMPT = (
 
5
  "- If you get an audio request related to a file, use the file name to call the tools, they know the path to find the file. \n"
6
  "- Its tools can even extract text from videos on the internet \n"
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.\n"
9
+ "- Preserve any descriptive modifiers in food recipes that make a difference to their preparation. These descriptions should be included in the ingredient name.\n"
10
+ "- Use tools that assist or complement reasoning, but be aware of their function; do not use tools that are specific to certain types of data in a generic way.\n"
11
  )
12
 
13
  WEB_SEARCH_AGENT_PROMPT = (