[PR #1896] [MERGED] fix(examples): update reasoning streaming example #1818

Closed
opened 2026-02-15 20:16:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1896
Author: @christian-bromann
Created: 1/14/2026
Status: Merged
Merged: 1/20/2026
Merged by: @christian-bromann

Base: mainHead: cb/update-reasoning-example


📝 Commits (6)

📊 Changes

5 files changed (+169 additions, -219 deletions)

View changed files

📝 examples/ui-react/package.json (+3 -3)
📝 examples/ui-react/src/components/MessageBubble.tsx (+36 -86)
📝 examples/ui-react/src/examples/branching-chat/agent.ts (+8 -21)
📝 examples/ui-react/src/examples/reasoning-agent/index.tsx (+0 -1)
📝 pnpm-lock.yaml (+122 -108)

📄 Description

Optimizing the example for streaming reasoning tokens after putting up this fix: https://github.com/langchain-ai/langchainjs/pull/9810


🔄 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/langchain-ai/langgraphjs/pull/1896 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 1/14/2026 **Status:** ✅ Merged **Merged:** 1/20/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/update-reasoning-example` --- ### 📝 Commits (6) - [`35dbaa0`](https://github.com/langchain-ai/langgraphjs/commit/35dbaa03d9e24439c07d27fda86067a883ebdfca) fix(examples): update reasoning streaming example - [`ffd4744`](https://github.com/langchain-ai/langgraphjs/commit/ffd4744ee5d0793e3036e1d42eea7c0eabb8b132) add example - [`2e4bed2`](https://github.com/langchain-ai/langgraphjs/commit/2e4bed275b339609103c4eafb7e318f31680bf24) tweak - [`51dc30b`](https://github.com/langchain-ai/langgraphjs/commit/51dc30b475bfd8c59f2729c4825c0939b4ff3984) actually make fun fact random - [`c9feed4`](https://github.com/langchain-ai/langgraphjs/commit/c9feed40804126b0e1c3a1241b7f9fc0a0e00853) format - [`96538fb`](https://github.com/langchain-ai/langgraphjs/commit/96538fb20c796232f13a7ae3ee6b99b5d57c5a78) Merge branch 'main' into cb/update-reasoning-example ### 📊 Changes **5 files changed** (+169 additions, -219 deletions) <details> <summary>View changed files</summary> 📝 `examples/ui-react/package.json` (+3 -3) 📝 `examples/ui-react/src/components/MessageBubble.tsx` (+36 -86) 📝 `examples/ui-react/src/examples/branching-chat/agent.ts` (+8 -21) 📝 `examples/ui-react/src/examples/reasoning-agent/index.tsx` (+0 -1) 📝 `pnpm-lock.yaml` (+122 -108) </details> ### 📄 Description Optimizing the example for streaming reasoning tokens after putting up this fix: https://github.com/langchain-ai/langchainjs/pull/9810 --- <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-15 20:16:57 -05:00
yindo closed this issue 2026-02-15 20:16:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1818