SimpleSam commited on
Commit
064bc19
·
verified ·
1 Parent(s): c248493

Update irmek_tools/irmek_search.py

Browse files
Files changed (1) hide show
  1. irmek_tools/irmek_search.py +3 -3
irmek_tools/irmek_search.py CHANGED
@@ -1,9 +1,9 @@
1
  from typing import Any, Optional
2
  from smolagents.tools import Tool
3
 
4
- class ManyataSearchTool(Tool):
5
- name = "manyata_search"
6
- description = "Provides the search results from manyata database."
7
  inputs = {'answer': {'type': 'any', 'description': 'The results'}}
8
  output_type = "any"
9
 
 
1
  from typing import Any, Optional
2
  from smolagents.tools import Tool
3
 
4
+ class IrmekSearchTool(Tool):
5
+ name = "irmek_search"
6
+ description = "Provides the search results from medical database."
7
  inputs = {'answer': {'type': 'any', 'description': 'The results'}}
8
  output_type = "any"
9