[PR #1616] [MERGED] fix(docs): SummarizationMiddleware tuple syntax and deprecated params #1699

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1616
Author: @Astroa7m
Created: 11/24/2025
Status: Merged
Merged: 1/23/2026
Merged by: @mdrxy

Base: mainHead: patch-2


📝 Commits (10+)

  • 71228bb fix(docs): SummarizationMiddleware tuple syntax and deprecated params
  • 6f9ff42 fix(docs): SummarizationMiddleware tuple syntax examples
  • dd0591a Merge branch 'main' into patch-2
  • 91fe09e Merge branch 'main' into patch-2
  • f86ab73 Merge branch 'main' into patch-2
  • 506d3d7 Merge branch 'main' into patch-2
  • dce1516 Merge branch 'main' into patch-2
  • c8cd1b2 Merge branch 'main' into patch-2
  • 90b1abf Merge branch 'main' into patch-2
  • 5f7d9c1 Merge remote-tracking branch 'origin/main' into patch-2

📊 Changes

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

View changed files

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

📄 Description

  • Correct trigger/keep parameters from dict to tuple syntax
  • Update type annotations in ParamField
  • Mark summary_prefix as deprecated

Overview

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

🔄 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/1616 **Author:** [@Astroa7m](https://github.com/Astroa7m) **Created:** 11/24/2025 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `patch-2` --- ### 📝 Commits (10+) - [`71228bb`](https://github.com/langchain-ai/docs/commit/71228bbec5685502de1d77fc8fa4e452dee94dea) fix(docs): SummarizationMiddleware tuple syntax and deprecated params - [`6f9ff42`](https://github.com/langchain-ai/docs/commit/6f9ff428859b6a054e5860e39da9a9a3320f427b) fix(docs): SummarizationMiddleware tuple syntax examples - [`dd0591a`](https://github.com/langchain-ai/docs/commit/dd0591ab2727a9cf5a930839c214c563649f4aa2) Merge branch 'main' into patch-2 - [`91fe09e`](https://github.com/langchain-ai/docs/commit/91fe09ed84095dd6451b4748fb500903374b9c89) Merge branch 'main' into patch-2 - [`f86ab73`](https://github.com/langchain-ai/docs/commit/f86ab7354d97ae5aa4a4e34dfedd04fb7a4b7b08) Merge branch 'main' into patch-2 - [`506d3d7`](https://github.com/langchain-ai/docs/commit/506d3d7ddb1e921c71d3667c7c0ec2ea6d99bc16) Merge branch 'main' into patch-2 - [`dce1516`](https://github.com/langchain-ai/docs/commit/dce15165071e2bb8b7bf46f24bf2e416aba0eddc) Merge branch 'main' into patch-2 - [`c8cd1b2`](https://github.com/langchain-ai/docs/commit/c8cd1b2e030dcb659a2721dd83d879cec4ef9a2a) Merge branch 'main' into patch-2 - [`90b1abf`](https://github.com/langchain-ai/docs/commit/90b1abfab453c19ff1fa0e7facd5a1dd8f0cb439) Merge branch 'main' into patch-2 - [`5f7d9c1`](https://github.com/langchain-ai/docs/commit/5f7d9c1e4af32a01e7a496270745965ccdc8b147) Merge remote-tracking branch 'origin/main' into patch-2 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/middleware/built-in.mdx` (+4 -4) </details> ### 📄 Description - Correct trigger/keep parameters from dict to tuple syntax - Update type annotations in ParamField - Mark summary_prefix as deprecated ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** Update existing documentation ## Checklist <!-- Put an 'x' in all boxes that apply --> - [✅] I have read the [contributing guidelines](README.md) - [✅] 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 --- <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:22:38 -05:00
yindo closed this issue 2026-02-17 17:22:38 -05:00
yindo changed title from [PR #1616] fix(docs): SummarizationMiddleware tuple syntax and deprecated params to [PR #1616] [MERGED] fix(docs): SummarizationMiddleware tuple syntax and deprecated params 2026-06-05 18:14: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#1699