Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / ToolCalibrationRow

Interface: ToolCalibrationRow

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

One dispatch carrying BOTH sides of the calibration pair (RV3003).

Properties

PropertyTypeDescriptionDefined in
agentType?stringThe profile the dispatch ran under, when the terminal recorded it.packages/core/dist/index.d.ts
callsPerEntry?numbertoolCallsUsed / recordedEntries; absent when recordedEntries is 0.packages/core/dist/index.d.ts
handlenumberThe dispatch seq (the terminal's ref): the child's handle.packages/core/dist/index.d.ts
minEntriesnumberThe declared floor the verdict was judged against.packages/core/dist/index.d.ts
recordedEntriesnumberSuccessful record_evidence executions the RV806 verdict counted.packages/core/dist/index.d.ts
scopestringThe scope the dispatch journaled under.packages/core/dist/index.d.ts
statusstringThe journaled terminal status.packages/core/dist/index.d.ts
toolCallsUsednumberExecuted tool calls the RV3002 terminal subset journaled.packages/core/dist/index.d.ts