Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
14 |
|
15 |
Args:
|
16 |
-
text:
|
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:
|