Spaces:
Sleeping
Sleeping
changed function name
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from Gradio_UI import GradioUI
|
|
| 9 |
|
| 10 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
| 11 |
@tool
|
| 12 |
-
def
|
| 13 |
"""
|
| 14 |
A tool that checks how many minutes ago the latest eruption
|
| 15 |
of Old Faithful occurred using the GeyserTimes API.
|
|
|
|
| 9 |
|
| 10 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
| 11 |
@tool
|
| 12 |
+
def old_faithful_eruption(current_time: int) -> str:
|
| 13 |
"""
|
| 14 |
A tool that checks how many minutes ago the latest eruption
|
| 15 |
of Old Faithful occurred using the GeyserTimes API.
|