notifyThinkOnly method
void
notifyThinkOnly()
Notifies the reflection module of a think-only decision (no tool used).
Implementation
void notifyThinkOnly() {
_consecutiveThinkOnlyIterations++;
}
Notifies the reflection module of a think-only decision (no tool used).
void notifyThinkOnly() {
_consecutiveThinkOnlyIterations++;
}