@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Type Alias WebhookUrlTemplate

    WebhookUrlTemplate:
        | string
        | { template: string; tools?: string[]
        | WebhookToolPredicate }

    Webhook URL template with macro substitution. A bare string preserves the legacy behavior: every operation receives a generated webhook URL. The object form scopes webhook URL generation to a tool allowlist or predicate.