gdms commited on
Commit
d500438
·
1 Parent(s): d0c3f78

tentativa com a lista de ingredientsw

Browse files
Files changed (1) hide show
  1. prompts.py +3 -2
prompts.py CHANGED
@@ -34,6 +34,7 @@ SUPERVISOR_PROMPT = (
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
  Preserve any descriptive modifiers of receipts. These descriptions should be included in the ingredient name.
37
- When classification of food items is requested, and a tool like is_vegetable_tool is available, you must use it. In this specif case don't make assumptions, even if the item seems obvious.
38
  """
39
- )
 
 
 
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
  Preserve any descriptive modifiers of receipts. These descriptions should be included in the ingredient name.
 
37
  """
38
+ )
39
+
40
+ # When classification of food items is requested, and a tool like is_vegetable_tool is available, you must use it. In this specif case don't make assumptions, even if the item seems obvious.