Rulvar API reference / @rulvar/planner / RunPlannedOptions
Interface: RunPlannedOptions
Defined in: packages/planner/src/plan.ts:67
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
plan? | PlanOptions | Options of the planning conversation (see plan()). | packages/planner/src/plan.ts:69 |
run? | RunOptions | RunOptions of the generated workflow's execution run, passed to engine.run verbatim (budgetUsd here is the EXECUTION ceiling, independent of the planning ceiling). Absent, the execution run is UNBOUNDED, as before. | packages/planner/src/plan.ts:76 |