Interfaces
CheckInPredicateContext
Interface: CheckInPredicateContext
Defined in: src/core/checkin.ts:263
Context handed to a CheckInDemand predicate.
Properties
history
readonlyhistory: readonlyLLMMessage[]
Defined in: src/core/checkin.ts:269
The conversation so far (system, user, prior tool results).
iteration
readonlyiteration:number
Defined in: src/core/checkin.ts:265
The current ReAct iteration.
toolCallId
readonlytoolCallId:string
Defined in: src/core/checkin.ts:267
This tool invocation's id.
