Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 83 |
-
|
| 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)
|