Spaces:
Sleeping
Sleeping
update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from Gradio_UI import GradioUI
|
|
| 10 |
|
| 11 |
@tool
|
| 12 |
def fetch_state_capital_and_altitude(state: str) -> str:
|
| 13 |
-
"""A tool that fetches the capital and altitude of a US state using
|
| 14 |
Args:
|
| 15 |
state: A US state name.
|
| 16 |
"""
|
|
|
|
| 10 |
|
| 11 |
@tool
|
| 12 |
def fetch_state_capital_and_altitude(state: str) -> str:
|
| 13 |
+
"""A tool that fetches the capital and altitude of a US state using DuckDuckGoSearchTool search and regex. Let's think step by step.
|
| 14 |
Args:
|
| 15 |
state: A US state name.
|
| 16 |
"""
|