mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 17:09:03 +08:00
fix: typo in gaode tool (#2636)
This commit is contained in:
parent
dbd1d79770
commit
8495ffaa45
@ -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…
x
Reference in New Issue
Block a user