mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 19:25:53 +08:00
Co-authored-by: Shunsuke Mabuchi <mabuchs@amazon.co.jp>
This commit is contained in:
parent
c436454cd4
commit
91c5818236
@ -20,7 +20,7 @@ class SlackWebhookTool(BuiltinTool):
|
||||
|
||||
webhook_url = tool_parameters.get('webhook_url', '')
|
||||
|
||||
if not webhook_url.startswith('https://hooks.slack.com/services/'):
|
||||
if not webhook_url.startswith('https://hooks.slack.com/'):
|
||||
return self.create_text_message(
|
||||
f'Invalid parameter webhook_url ${webhook_url}, not a valid Slack webhook URL')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user