Skip to main content

AgentNotificationConfig

Agent Runtimes


Agent Runtimes / types/notifications / AgentNotificationConfig

Interface: AgentNotificationConfig

Defined in: src/types/notifications.ts:49

Notification configuration for an agent spec.

Indexable

[key: string]: string | number | boolean | undefined

Properties

email?

optional email?: string

Defined in: src/types/notifications.ts:50


slack?

optional slack?: string

Defined in: src/types/notifications.ts:51


teams?

optional teams?: string

Defined in: src/types/notifications.ts:52


webhook?

optional webhook?: string

Defined in: src/types/notifications.ts:53