AP678 commited on
Commit
e362859
·
verified ·
1 Parent(s): c0e74a1

changed function name

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