Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
|
|
| 22 |
|
| 23 |
@tool
|
| 24 |
def get_calories(meal:str) -> Union[str, None]:
|
| 25 |
-
|
| 26 |
Retrieves the calorie information for a given meal from the OpenFoodFacts API.
|
| 27 |
|
| 28 |
Args:
|
|
|
|
| 22 |
|
| 23 |
@tool
|
| 24 |
def get_calories(meal:str) -> Union[str, None]:
|
| 25 |
+
"""
|
| 26 |
Retrieves the calorie information for a given meal from the OpenFoodFacts API.
|
| 27 |
|
| 28 |
Args:
|