Theo Docs
TheoKitTheoKit-SDKTheoUITheo PaaS
API reference

CronCreateOptions

Options for `Cron.create()`.

CronCreateOptions

Auto-generated from TypeDoc on each build. Edit the JSDoc in packages/sdk/src/ to change this page.

Options for Cron.create().

Pass agent for an ephemeral agent created fresh on each fire, OR agentId to reuse an existing agent (preserves conversation context across fires). Setting both is a ConfigurationError.

Signature

interface CronCreateOptions { /* ... */ }

Kind

interface

Source

packages/sdk/src/types/cron.ts:68

On this page