Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / PreflightToolCeiling

Interface: PreflightToolCeiling

Defined in: packages/core/src/engine/preflight.ts:413

Per-tool executed-call ceiling and the limiter that provides it.

Properties

PropertyTypeDescriptionDefined in
boundBy?"maxCallsPerTool" | "toolUnits" | "maxToolCalls"The limiter producing the ceiling, when one binds.packages/core/src/engine/preflight.ts:419
ceilingnumber | nullExecuted calls possible for this tool alone; null = unlimited.packages/core/src/engine/preflight.ts:417
toolstringA named tool, or '(any)' for a tool no cap or cost names.packages/core/src/engine/preflight.ts:415