Explorar el Código

fix: typo in gaode tool (#2636)

tags/0.5.8
Bowen Liang hace 1 año
padre
commit
8495ffaa45
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      api/core/tools/provider/builtin/gaode/tools/gaode_weather.py

+ 1
- 1
api/core/tools/provider/builtin/gaode/tools/gaode_weather.py Ver fichero

@@ -54,4 +54,4 @@ class GaodeRepositoriesTool(BuiltinTool):
s.close()
return self.create_text_message(f'No weather information for {city} was found.')
except Exception as e:
return self.create_text_message("Github API Key and Api Version is invalid. {}".format(e))
return self.create_text_message("Gaode API Key and Api Version is invalid. {}".format(e))

Cargando…
Cancelar
Guardar