Function: combineConditions()
combineConditions(...
conditions):StopCondition
Defined in: packages/core/src/utils/stop-conditions.ts:107
OR — stop when any condition is met (same as passing an array to AI SDK stopWhen).
Parameters
conditions
...StopCondition[]