merveyvz commited on
Commit
57f8b4a
·
verified ·
1 Parent(s): 496234a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from Gradio_UI import GradioUI
14
 
15
  @tool
16
  def ask_magic_8_ball(question: str) -> str:
17
- """A Magic 8 Ball tool that provides direct answers from its predefined set of responses.
18
  Args:
19
  question: The situation or question the user wants advice about
20
 
 
14
 
15
  @tool
16
  def ask_magic_8_ball(question: str) -> str:
17
+ """A Magic 8 Ball tool that provides random answers to user's questions about situations.
18
  Args:
19
  question: The situation or question the user wants advice about
20