rsynak commited on
Commit
126d2ae
·
verified ·
1 Parent(s): db95b5e

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 DuckDuckGo search and regex.
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
  """