combine_text → text_formatter → LLM) streamed via pipeline.stream(...) so each node’s intermediate output shows up before the final result chunk.
You’ll end up with. A live stream of [stream] lines (one per node) followed by a final [result] chunk, plus a side-by-side pipeline.run(...) for comparison showing only the final outputs.
Expected output
pipeline.run(...) returns just the final outputs.
See also
Streaming
Plain token streaming from a single LLM node.
Streaming with chunks
Typed
StreamChunk parsing for the same idea.Pipeline reference
Full method surface.
