Function: isLoopFinished()
isLoopFinished():
StopCondition<any,any>
Defined in: node_modules/.bun/ai@7.0.19+68a1e3a0c4588df3/node_modules/ai/dist/index.d.ts:1764
Creates a stop condition that never returns true.
This lets the tool-calling loop continue until it reaches one of its natural termination conditions.
Returns
StopCondition<any, any>