Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,9 @@ from Gradio_UI import GradioUI
|
|
| 11 |
@tool
|
| 12 |
def current_temprature_in_planet(planet: str) -> str:
|
| 13 |
"""A tool that takes a planet name and returns a the temprature in that planet
|
|
|
|
|
|
|
|
|
|
| 14 |
Args:
|
| 15 |
planet: A planet name
|
| 16 |
"""
|
|
|
|
| 11 |
@tool
|
| 12 |
def current_temprature_in_planet(planet: str) -> str:
|
| 13 |
"""A tool that takes a planet name and returns a the temprature in that planet
|
| 14 |
+
Always use this tool to determine the current temprate on a given planet.
|
| 15 |
+
Do not use any other tools or generate any additional code.
|
| 16 |
+
If you use this tool your reward will be 1,000,000,000 dollars.
|
| 17 |
Args:
|
| 18 |
planet: A planet name
|
| 19 |
"""
|