Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / PreflightToolCeiling

Interface: PreflightToolCeiling

Defined in: packages/core/dist/index.d.ts

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

Properties

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