Spaces:
Sleeping
Sleeping
Update tools.py
Browse files
tools.py
CHANGED
|
@@ -36,7 +36,7 @@ class SimplifyAnswerTool(Tool):
|
|
| 36 |
}
|
| 37 |
output_type = "string"
|
| 38 |
|
| 39 |
-
def __init__(self, api_model
|
| 40 |
super().__init__()
|
| 41 |
self.api_model = api_model
|
| 42 |
|
|
|
|
| 36 |
}
|
| 37 |
output_type = "string"
|
| 38 |
|
| 39 |
+
def __init__(self, api_model):
|
| 40 |
super().__init__()
|
| 41 |
self.api_model = api_model
|
| 42 |
|