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
| Property | Type | Description | Defined in |
|---|---|---|---|
boundBy? | "maxCallsPerTool" | "toolUnits" | "maxToolCalls" | The limiter producing the ceiling, when one binds. | packages/core/src/engine/preflight.ts:419 |
ceiling | number | null | Executed calls possible for this tool alone; null = unlimited. | packages/core/src/engine/preflight.ts:417 |
tool | string | A named tool, or '(any)' for a tool no cap or cost names. | packages/core/src/engine/preflight.ts:415 |