Interfaces

CheckInPredicateContext

Interface: CheckInPredicateContext

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

Context handed to a CheckInDemand predicate.

Properties

history

readonly history: readonly LLMMessage[]

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

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


iteration

readonly iteration: number

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

The current ReAct iteration.


toolCallId

readonly toolCallId: string

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

This tool invocation's id.

On this page