Type Alias: StopCondition
StopCondition = (
ctx) =>boolean
Defined in: packages/core/src/utils/stop-conditions.ts:57
A function that determines whether the tool loop should stop
Parameters
ctx
Context about the current execution state
Returns
boolean
true to stop the loop, false to continue