Interfaces

CheckInPredicateContext

Interface: CheckInPredicateContext

Defined in: src/core/checkin.ts:263

Context handed to a CheckInDemand predicate.

Properties

history

readonly history: readonly LLMMessage[]

Defined in: src/core/checkin.ts:269

The conversation so far (system, user, prior tool results).


iteration

readonly iteration: number

Defined in: src/core/checkin.ts:265

The current ReAct iteration.


toolCallId

readonly toolCallId: string

Defined in: src/core/checkin.ts:267

This tool invocation's id.

On this page