rimahajou commited on
Commit
f053e8b
·
verified ·
1 Parent(s): 1f0c9f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
37
  def get_oil_price_by_country(country: str) -> str:
38
  """A tool that fetches the current oil price in a specific country.
39
  Args:
40
- timezone: A string representing a the price in $ of the oil in the country.
41
  """
42
  try:
43
  return f"The oil price for {country} is: {0.1 *len(country)}$"
 
37
  def get_oil_price_by_country(country: str) -> str:
38
  """A tool that fetches the current oil price in a specific country.
39
  Args:
40
+ country: A string representing a the country for which we need to provide the oil price.
41
  """
42
  try:
43
  return f"The oil price for {country} is: {0.1 *len(country)}$"