[PR #2033] [MERGED] Correct typos and wrong information found in SummarizationMiddleware docs according to its reference for Python #2073

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2033
Author: @Yacklin
Created: 12/27/2025
Status: Merged
Merged: 12/27/2025
Merged by: @mdrxy

Base: mainHead: Yacklin-patch-1


📝 Commits (3)

  • 108590a Clarify conditions for summarization trigger
  • 2c7510d more updates
  • 14e9a58 add some quotes to pass CI tests, i don't want to though cause not adding quotes being treated as broken links doesn't make any sense

📊 Changes

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

View changed files

📝 src/oss/langchain/middleware/built-in.mdx (+11 -11)

📄 Description

Overview

Update SummarizationMiddleware docs according to SummarizationMiddleware reference

Type of change

Update existing documentation and Fix typo

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

Additional notes

Please read my changes and compare original docs with API reference carefully. Feel free to change wording.

Some images might help:

from the ref:
image

from the docs:
image


🔄 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/2033 **Author:** [@Yacklin](https://github.com/Yacklin) **Created:** 12/27/2025 **Status:** ✅ Merged **Merged:** 12/27/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `Yacklin-patch-1` --- ### 📝 Commits (3) - [`108590a`](https://github.com/langchain-ai/docs/commit/108590aec8456d4009cc3d186f49acd72df807ec) Clarify conditions for summarization trigger - [`2c7510d`](https://github.com/langchain-ai/docs/commit/2c7510dd46a1149b1fc5d95e029ad8253505c076) more updates - [`14e9a58`](https://github.com/langchain-ai/docs/commit/14e9a58a0104935a35110186bedbe8ae1fcf55f9) add some quotes to pass CI tests, i don't want to though cause not adding quotes being treated as broken links doesn't make any sense ### 📊 Changes **1 file changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/middleware/built-in.mdx` (+11 -11) </details> ### 📄 Description ## Overview Update SummarizationMiddleware docs according to SummarizationMiddleware reference ## Type of change Update existing documentation and Fix typo ## 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 ## Additional notes Please read my changes and compare original docs with API reference carefully. Feel free to change wording. Some images might help: from the ref: <img width="959" height="446" alt="image" src="https://github.com/user-attachments/assets/196859cb-b481-42f0-8841-adeab36cd044" /> from the docs: <img width="594" height="297" alt="image" src="https://github.com/user-attachments/assets/442c8fd9-62f9-4ffc-9006-c65642a5d530" /> --- <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:02 -05:00
yindo closed this issue 2026-02-17 17:23:02 -05:00
yindo changed title from [PR #2033] Correct typos and wrong information found in SummarizationMiddleware docs according to its reference for Python to [PR #2033] [MERGED] Correct typos and wrong information found in SummarizationMiddleware docs according to its reference for Python 2026-06-05 18:16:30 -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#2073