vidwan commited on
Commit
234c64c
·
verified ·
1 Parent(s): a650f12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -77,10 +77,10 @@ def parse_word_info(word):
77
 
78
  @tool
79
  def get_word_info(word:str) -> str:
80
- """A tool that fetches the detailed meaning of the given word.
81
  Args:
82
- timezone: A string that represents a list of definitions of the given word.
83
- Each definition includes multiple meanings, sentence examples, synonyms and antonyms.
84
  """
85
 
86
  word_info = get_word_info_from_API(word)
 
77
 
78
  @tool
79
  def get_word_info(word:str) -> str:
80
+ """A tool that fetches the detailed meaning of the given word.Each definition includes multiple meanings, sentence examples, synonyms and antonyms.
81
  Args:
82
+ word: A string that represents a valid word in quotes (e.g. "Fabulous").
83
+
84
  """
85
 
86
  word_info = get_word_info_from_API(word)