Spaces:
Sleeping
Sleeping
Update tools/manyata_search
Browse files- tools/manyata_search +1 -1
tools/manyata_search
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from typing import Any, Optional
|
| 2 |
from smolagents.tools import Tool
|
| 3 |
|
| 4 |
-
class
|
| 5 |
name = "manyata_search"
|
| 6 |
description = "Provides the search results from manyata database."
|
| 7 |
inputs = {'answer': {'type': 'any', 'description': 'The results'}}
|
|
|
|
| 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'}}
|