Spaces:
Sleeping
Sleeping
cyberosa
commited on
Commit
·
9e71dfc
1
Parent(s):
5bb830c
fixing type annotations
Browse files
tools/calories_checker.py
CHANGED
@@ -13,7 +13,7 @@ class CaloriesCheckerTool(Tool):
|
|
13 |
"description": "The query with the food you want to check.",
|
14 |
}
|
15 |
}
|
16 |
-
output_type = "
|
17 |
|
18 |
def __init__(self, *args, **kwargs):
|
19 |
self.is_initialized = False
|
|
|
13 |
"description": "The query with the food you want to check.",
|
14 |
}
|
15 |
}
|
16 |
+
output_type = "any"
|
17 |
|
18 |
def __init__(self, *args, **kwargs):
|
19 |
self.is_initialized = False
|