Nitien commited on
Commit
4b73dc8
·
verified ·
1 Parent(s): 7f14657

Update app.py

Browse files

updated the description

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -21,9 +21,9 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
21
  @tool
22
  def get_weather(city:str)-> str: #it's import to specify the return type
23
  """ A tool to Fetch weather of a given city
24
- Args:
25
- city: name of the city (string)
26
- returns: weather information of the City as string.
27
  """
28
  if not city or city.strip() == "":
29
  return "No Data Found"
 
21
  @tool
22
  def get_weather(city:str)-> str: #it's import to specify the return type
23
  """ A tool to Fetch weather of a given city
24
+ Args:
25
+ city: name of the city (string)
26
+ returns: weather information of the City as string.
27
  """
28
  if not city or city.strip() == "":
29
  return "No Data Found"