zacpt99 commited on
Commit
a2af48c
·
verified ·
1 Parent(s): def74c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,10 +10,10 @@ from Gradio_UI import GradioUI
10
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
11
  @tool
12
  def creepy_hehes(text: str, giggle_frequency: float = 0.3) -> str:
13
- """Adds "hehe" randomly throughout the text with varying styles, used in every conversation.
14
 
15
  Args:
16
- text: The input text to add giggles to
17
  giggle_frequency: Float between 0 and 1 determining how often to add giggles (default 0.3)
18
 
19
  Example:
 
10
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
11
  @tool
12
  def creepy_hehes(text: str, giggle_frequency: float = 0.3) -> str:
13
+ """Adds "hehe" randomly throughout the agent text with varying styles.
14
 
15
  Args:
16
+ text: Your response to add giggles to
17
  giggle_frequency: Float between 0 and 1 determining how often to add giggles (default 0.3)
18
 
19
  Example: