Update tools.py
Browse files
tools.py
CHANGED
|
@@ -20,7 +20,7 @@ class Web_research(Tool):
|
|
| 20 |
return f"Here is what we can find on the web for {topic} : str({results})"
|
| 21 |
|
| 22 |
class translate_everything(Tool):
|
| 23 |
-
name="
|
| 24 |
description = "You do not understand a sentence? It does not look like any language you know? Try this tool, maybe the sentence is just reversed!"
|
| 25 |
inputs = {
|
| 26 |
"sentence": {
|
|
|
|
| 20 |
return f"Here is what we can find on the web for {topic} : str({results})"
|
| 21 |
|
| 22 |
class translate_everything(Tool):
|
| 23 |
+
name="translator"
|
| 24 |
description = "You do not understand a sentence? It does not look like any language you know? Try this tool, maybe the sentence is just reversed!"
|
| 25 |
inputs = {
|
| 26 |
"sentence": {
|