Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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.
|