[PR #2422] [MERGED] docs: add missing console log example to BinaryOperatorAggregate #2417

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2422
Author: @kir-rin
Created: 1/31/2026
Status: Merged
Merged: 5/28/2026
Merged by: @npentrel

Base: mainHead: patch-1


📝 Commits (1)

  • 2119916 docs: Add missing console log example to BinaryOperatorAggregate

📊 Changes

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

View changed files

📝 src/oss/langgraph/pregel.mdx (+4 -0)

📄 Description

Overview

Add missing console log example to BinaryOperatorAggregate (related docs link)

As-Is

image

To-Be

image

Type of change

Type: Update existing documentation

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 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/docs/pull/2422 **Author:** [@kir-rin](https://github.com/kir-rin) **Created:** 1/31/2026 **Status:** ✅ Merged **Merged:** 5/28/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`2119916`](https://github.com/langchain-ai/docs/commit/2119916434b29761ae90fe49426341125c36deb3) docs: Add missing console log example to BinaryOperatorAggregate ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/pregel.mdx` (+4 -0) </details> ### 📄 Description ## Overview Add missing console log example to **BinaryOperatorAggregate** ([related docs link](https://docs.langchain.com/oss/python/langgraph/pregel#examples)) ### As-Is <img width="400" height="400" alt="image" src="https://github.com/user-attachments/assets/544e11e3-9d46-434f-a97a-7cffd6c63c03" /> ### To-Be <img width="400" height="400" alt="image" src="https://github.com/user-attachments/assets/1a91e48e-85ae-4ab0-a067-b80b954271a7" /> ## Type of change **Type:** Update existing documentation ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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-17 17:23:23 -05:00
yindo changed title from [PR #2422] docs: add missing console log example to BinaryOperatorAggregate to [PR #2422] [MERGED] docs: add missing console log example to BinaryOperatorAggregate 2026-06-05 18:18:28 -04:00
yindo closed this issue 2026-06-05 18:18:28 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2417