Spaces:
Sleeping
Sleeping
change tool desc
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def text_analyse_for_spam(arg1:str, arg2:int)-> str: #it's import to specify the
|
|
25 |
@tool
|
26 |
def text_analyse_for_spam(text: str, dummy: int) -> str:
|
27 |
"""
|
28 |
-
|
29 |
|
30 |
Args:
|
31 |
text: The text to analyze.
|
|
|
25 |
@tool
|
26 |
def text_analyse_for_spam(text: str, dummy: int) -> str:
|
27 |
"""
|
28 |
+
A tool for analyzing the text for sensitive topics.
|
29 |
|
30 |
Args:
|
31 |
text: The text to analyze.
|