BioCodeFusion commited on
Commit
1ee859e
·
verified ·
1 Parent(s): fd16108

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
19
  return "What magic will you build ?"
20
 
21
  @tool
22
- def grocery_info(version=1, grocery_id:int, sprak=2):
23
  """A tool that fetches the grocery information from the Swedish Food Agency api
24
  Args:
25
  version: version of tool argument.
 
19
  return "What magic will you build ?"
20
 
21
  @tool
22
+ def grocery_info(version=1, grocery_id=1, sprak=2):
23
  """A tool that fetches the grocery information from the Swedish Food Agency api
24
  Args:
25
  version: version of tool argument.