Skip to main content

AgentTriggerConfig

Agent Runtimes


Agent Runtimes / types/triggers / AgentTriggerConfig

Interface: AgentTriggerConfig

Defined in: src/types/triggers.ts:47

Trigger configuration for an agent spec.

Indexable

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

Properties

cron?

optional cron?: string

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


description?

optional description?: string

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


event?

optional event?: string

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


event_source?

optional event_source?: string

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


prompt?

optional prompt?: string

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


type?

optional type?: string

Defined in: src/types/triggers.ts:48