Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 36 |
@tool
|
| 37 |
def get_random_dog_info() -> str:
|
| 38 |
"""
|
| 39 |
-
|
| 40 |
|
| 41 |
Returns:
|
| 42 |
A string with a random dog fact.
|
|
|
|
| 36 |
@tool
|
| 37 |
def get_random_dog_info() -> str:
|
| 38 |
"""
|
| 39 |
+
A tool that fetches a random dog fact from dogapi.dog
|
| 40 |
|
| 41 |
Returns:
|
| 42 |
A string with a random dog fact.
|