Skip to content

Commit 184de70

Browse files
committed
Fix bug in STEP_TEXT: continue to next step of handleSteps
1 parent d88721f commit 184de70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent-runtime/src/run-programmatic-step.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ export async function runProgrammaticStep(
274274
onResponseChunk,
275275
})
276276
}
277-
break
277+
continue
278278
}
279279

280280
if ('type' in result.value && result.value.type === 'GENERATE_N') {

0 commit comments

Comments
 (0)