kk20krishna commited on
Commit
04c01ff
·
verified ·
1 Parent(s): fb34142

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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
  """