notifyThinkOnly method

void notifyThinkOnly()

Notifies the reflection module of a think-only decision (no tool used).

Implementation

void notifyThinkOnly() {
  _consecutiveThinkOnlyIterations++;
}