Skip to content

Commit 2a87391

Browse files
committed
continue to break
1 parent b374430 commit 2a87391

File tree

1 file changed

+1
-1
lines changed
  • src/llama_stack_client/lib/agents

1 file changed

+1
-1
lines changed

src/llama_stack_client/lib/agents/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def _create_turn_streaming(
170170
# End of turn is reached, do not resume even if there's a tool call
171171
if chunk.event.payload.turn.output_message.stop_reason in {"end_of_turn"}:
172172
yield chunk
173-
continue
173+
break
174174

175175
turn_id = self._get_turn_id(chunk)
176176
if n_iter == 0:

0 commit comments

Comments
 (0)