fix: typo in gaode tool (#2636)

pull/2639/head
Bowen Liang 2 years ago committed by GitHub
parent dbd1d79770
commit 8495ffaa45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save