helgn commited on
Commit
0f668f8
·
verified ·
1 Parent(s): d9d0c3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: