Spaces:
Sleeping
Sleeping
ajuste vegetais
Browse files- 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, 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 |
)
|
|
|
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 |
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. Do not make assumptions, even if the item seems obvious.
|
38 |
"""
|
39 |
)
|