瀏覽代碼

fix: typo in gaode tool (#2636)

tags/0.5.8
Bowen Liang 1 年之前
父節點
當前提交
8495ffaa45
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  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 查看文件

@@ -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))

Loading…
取消
儲存