mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Update autogpt_platform/backend/backend/integrations/webhooks/example.py
Co-authored-by: Reinier van der Leer <pwuts@agpt.co>
This commit is contained in:
@@ -70,7 +70,7 @@ class ExampleWebhookManager(ManualWebhookManagerBase):
|
||||
secret (str): A secret for securing the webhook.
|
||||
|
||||
Returns:
|
||||
tuple: A tuple containing an empty string and the webhook configuration as a dictionary.
|
||||
tuple: A tuple containing the provider's webhook ID, if any, and the webhook configuration as a dictionary.
|
||||
"""
|
||||
# Ensure the credentials are of the correct type.
|
||||
if not isinstance(credentials, APIKeyCredentials):
|
||||
|
||||
Reference in New Issue
Block a user