fix: typo in gaode tool (#2636)

This commit is contained in:
Bowen Liang 2024-03-01 10:12:48 +08:00 committed by GitHub
parent dbd1d79770
commit 8495ffaa45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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