Adoption commited on
Commit
46a4d80
·
verified ·
1 Parent(s): ec6b1e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
35
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
36
 
37
  @tool
38
- def fetch_artist_networth(artist_name):
39
  """
40
  Fetches the net worth of an artist by scraping search result snippets.
41
 
 
35
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
36
 
37
  @tool
38
+ def fetch_artist_networth(artist_name: str) -> str:
39
  """
40
  Fetches the net worth of an artist by scraping search result snippets.
41