ソースを参照

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

読み込み中…
キャンセル
保存