AgentNotificationConfig
Agent Runtimes / types/notifications / AgentNotificationConfig
Interface: AgentNotificationConfig
Defined in: types/notifications.ts:49
Notification configuration for an agent spec.
Indexable
[
key:string]:string|number|boolean|undefined
Properties
email?
optionalemail?:string
Defined in: types/notifications.ts:50
slack?
optionalslack?:string
Defined in: types/notifications.ts:51
teams?
optionalteams?:string
Defined in: types/notifications.ts:52
webhook?
optionalwebhook?:string
Defined in: types/notifications.ts:53