agentskit.js

WebhookAlertSinkOptions

Auto-generated API reference for WebhookAlertSinkOptions.

Interface: WebhookAlertSinkOptions

Defined in: observability/src/cost-guard-advanced.ts:426

#Properties

#fetch?

optional fetch?: {(input, init?): Promise<Response>; (input, init?): Promise<Response>; }

Defined in: observability/src/cost-guard-advanced.ts:429

Override fetch (tests / custom clients).

#Call Signature

(input, init?): Promise<Response>

MDN Reference

Parameters
input

RequestInfo | URL

init?

RequestInit

Returns

Promise<Response>

#Call Signature

(input, init?): Promise<Response>

MDN Reference

Parameters
input

string | Request | URL

init?

RequestInit

Returns

Promise<Response>


#headers?

optional headers?: Record<string, string>

Defined in: observability/src/cost-guard-advanced.ts:431

Optional bearer / signing header.


#url

url: string

Defined in: observability/src/cost-guard-advanced.ts:427

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page