chore: fix ARI documentation

This commit is contained in:
Abhishek Kumar 2026-05-13 21:53:18 +05:30
parent ebeffdbc40
commit b728cc4922
8 changed files with 7 additions and 40 deletions

View file

@ -55,10 +55,6 @@ export interface Webhook {
* JSON body of the request. Values are Jinja-rendered against the run context `{{workflow_run_id}}`, `{{gathered_context.foo}}`, `{{annotations.qa_xxx}}`, etc.
*/
payload_template?: Record<string, unknown>;
/**
* Optional retry settings: `enabled` (bool), `max_retries` (int), `retry_delay_seconds` (int).
*/
retry_config?: Record<string, unknown>;
}
/** Factory — sets `type` for you so you don't repeat the discriminator. */