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