[PR #288] [MERGED] docs: fix streamed response handling in streaming events example #293

Closed
opened 2026-02-16 02:17:09 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/288
Author: @mrbadri
Created: 1/19/2026
Status: Merged
Merged: 1/19/2026
Merged by: @adrianlyjak

Base: mainHead: fix/workflow-streaming-response


📝 Commits (1)

  • 2edbdfd docs: fix streamed response handling in streaming events example

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 docs/src/content/docs/llamaagents/workflows/streaming.mdx (+1 -1)

📄 Description

Description

Fixes the streaming events example to return the full accumulated LLM response instead of only the last streamed chunk. This makes the final workflow output consistent with the streamed progress shown during execution.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-py/pull/288 **Author:** [@mrbadri](https://github.com/mrbadri) **Created:** 1/19/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `fix/workflow-streaming-response` --- ### 📝 Commits (1) - [`2edbdfd`](https://github.com/run-llama/workflows-py/commit/2edbdfd1600dc1ea7fc90135ee1acc69c4bbf69d) docs: fix streamed response handling in streaming events example ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/src/content/docs/llamaagents/workflows/streaming.mdx` (+1 -1) </details> ### 📄 Description ## Description Fixes the streaming events example to return the full accumulated LLM response instead of only the last streamed chunk. This makes the final workflow output consistent with the streamed progress shown during execution. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:17:09 -05:00
yindo closed this issue 2026-02-16 02:17:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#293