Spaces:
Sleeping
Sleeping
Update tools/manyata_search
Browse files- tools/manyata_search +4 -1
tools/manyata_search
CHANGED
|
@@ -11,4 +11,7 @@ class ManyataSearchTools(Tool):
|
|
| 11 |
return answer
|
| 12 |
|
| 13 |
def __init__(self, *args, **kwargs):
|
| 14 |
-
self.is_initialized = False
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
return answer
|
| 12 |
|
| 13 |
def __init__(self, *args, **kwargs):
|
| 14 |
+
self.is_initialized = False
|
| 15 |
+
|
| 16 |
+
def searchDb(self, answer: Any) -> Any:
|
| 17 |
+
return answer
|