[PR #2044] [CLOSED] Update handoffs-customer-support.mdx #2081

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/2044
Author: @evgeny-deriglazov
Created: 12/29/2025
Status: Closed

Base: mainHead: patch-3


📝 Commits (1)

  • 137ab51 Update handoffs-customer-support.mdx

📊 Changes

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

View changed files

📝 src/oss/langchain/multi-agent/handoffs-customer-support.mdx (+2 -2)

📄 Description

Overview

SummarizationMiddleware throws an error when I try to run example code.

TypeError: SummarizationMiddleware.init() got an unexpected keyword argument 'trigger'

Type of change

Need to update code example on docs web page:

  • replace trigger with max_tokens_before_summary
  • replace keep with messages_to_keep

🔄 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/2044 **Author:** [@evgeny-deriglazov](https://github.com/evgeny-deriglazov) **Created:** 12/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-3` --- ### 📝 Commits (1) - [`137ab51`](https://github.com/langchain-ai/docs/commit/137ab516334f0d3ce274861cc4309a571b481918) Update handoffs-customer-support.mdx ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/multi-agent/handoffs-customer-support.mdx` (+2 -2) </details> ### 📄 Description ## Overview SummarizationMiddleware throws an error when I try to run example code. TypeError: SummarizationMiddleware.__init__() got an unexpected keyword argument 'trigger' ## Type of change Need to update code example on docs web page: - replace `trigger` with `max_tokens_before_summary` - replace `keep` with `messages_to_keep` --- <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 #2044] Update handoffs-customer-support.mdx to [PR #2044] [CLOSED] Update handoffs-customer-support.mdx 2026-06-05 18:16:34 -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#2081