Files
dify/api/tests
L1nSn0w ce0d67fd53 test(api): cover separated-mode reasoning streaming (#37460)
Backfill the test gap left by #37460's reasoning streaming:

- _handle_reasoning_chunk_event guard: non-empty emit, empty+non-final
  dropped, empty+final terminal marker emitted
- _handle_node_succeeded_event: LLM reasoning_content persisted into
  metadata.reasoning, accumulating across passes (not overwriting)
- workflow_app_runner: NodeRunReasoningChunkEvent translates to a
  published QueueReasoningChunkEvent
2026-06-23 18:45:17 +08:00
..