CindyDelage commited on
Commit
bdba95b
·
verified ·
1 Parent(s): db9f047

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
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="trabslator"
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": {