Unverified Commit 8495ffaa authored by Bowen Liang's avatar Bowen Liang Committed by GitHub

fix: typo in gaode tool (#2636)

parent dbd1d797
...@@ -54,4 +54,4 @@ class GaodeRepositoriesTool(BuiltinTool): ...@@ -54,4 +54,4 @@ class GaodeRepositoriesTool(BuiltinTool):
s.close() s.close()
return self.create_text_message(f'No weather information for {city} was found.') return self.create_text_message(f'No weather information for {city} was found.')
except Exception as e: 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))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment