litvan commited on
Commit
7f25acd
·
verified ·
1 Parent(s): a0cebca

change tool desc

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- Analyzes the text for sensitive topics.
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.