SimpleSam commited on
Commit
801b7b5
·
verified ·
1 Parent(s): bd9c14c

Update tools/manyata_search

Browse files
Files changed (1) hide show
  1. 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