gdms commited on
Commit
c97838c
·
1 Parent(s): e825f31

ajuste prompt vegetais

Browse files
Files changed (1) hide show
  1. prompts.py +1 -1
prompts.py CHANGED
@@ -33,7 +33,7 @@ SUPERVISOR_PROMPT = (
33
  Priorize the use of tools and another agents to help in reasoning.
34
  When a file or URL is entered at the prompt, use it in tools or other agents, both are prepared to handle files and URLs.
35
  When I inform a file in the format File:<file name> use the file name to invoke the tool, it will know how to treat it.
36
- If there is a tool available to validate or perform a task, call it, tools can perform specialized tasks, having preference in the categorization of information.
37
  Preserve any descriptive modifiers of receipts. These descriptions should be included in the ingredient name.
38
  """
39
  )
 
33
  Priorize the use of tools and another agents to help in reasoning.
34
  When a file or URL is entered at the prompt, use it in tools or other agents, both are prepared to handle files and URLs.
35
  When I inform a file in the format File:<file name> use the file name to invoke the tool, it will know how to treat it.
36
+ If there is a tool available to validate or perform a task, like verify if an item is vegetable, so in this case you are not allowed to guess. For each item, use the tool to verify the item in the list.
37
  Preserve any descriptive modifiers of receipts. These descriptions should be included in the ingredient name.
38
  """
39
  )