Function: noToolCalls()
noToolCalls():
StopCondition
Defined in: packages/core/src/utils/stop-conditions.ts:88
Stop when the latest step made no tool calls.
Rarely needed alone — the loop already exits when finishReason ≠ tool-calls.
Useful inside combine(...) as an OR safety net with a step cap.