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

forçando chamada tool e acertando ingredients

Browse files
Files changed (1) hide show
  1. prompts.py +2 -0
prompts.py CHANGED
@@ -33,5 +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
  """
37
  )
 
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
  )