nguyendocong commited on
Commit
9782eab
·
verified ·
1 Parent(s): e495c20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
20
 
21
  @tool
22
  def get_weather(location: str) -> str:
23
- """A dummy tool
24
  Args:
25
  location: a string represent a location
26
  """
 
20
 
21
  @tool
22
  def get_weather(location: str) -> str:
23
+ """A tool that simulate a weather app
24
  Args:
25
  location: a string represent a location
26
  """