[PR #2169] [MERGED] docs: add fine-grained tool streaming for Bedrock Anthropic models #2193

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2169
Author: @victorm-lc
Created: 1/9/2026
Status: Merged
Merged: 1/12/2026
Merged by: @victorm-lc

Base: mainHead: vic/add-anthropic-bedrock-tool-streaming


📝 Commits (3)

  • 69c2213 docs: add fine-grained tool streaming for Bedrock Anthropic models
  • f669c46 formatting
  • 912ebae docs(bedrock): clarify fine-grained streaming improves latency, not enables streaming

📊 Changes

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

View changed files

📝 src/oss/python/integrations/chat/bedrock.mdx (+25 -0)

📄 Description

Overview

Adds documentation for enabling real-time streaming of tool calls and structured output when using Anthropic models through AWS Bedrock.

By default, Bedrock buffers tool call arguments until the JSON is complete. This documents how to enable Anthropic's fine-grained tool streaming beta via additional_model_request_fields to get incremental streaming.

Type of change

Type: Update existing documentation

Related issues/PRs

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


🔄 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/2169 **Author:** [@victorm-lc](https://github.com/victorm-lc) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 1/12/2026 **Merged by:** [@victorm-lc](https://github.com/victorm-lc) **Base:** `main` ← **Head:** `vic/add-anthropic-bedrock-tool-streaming` --- ### 📝 Commits (3) - [`69c2213`](https://github.com/langchain-ai/docs/commit/69c22133e9c97047338164cc343f241fb96763e4) docs: add fine-grained tool streaming for Bedrock Anthropic models - [`f669c46`](https://github.com/langchain-ai/docs/commit/f669c46b0cda1c518459300d9dbd6f2113dbd589) formatting - [`912ebae`](https://github.com/langchain-ai/docs/commit/912ebae7f11ed03f25c299e50bbc2b2430881fcf) docs(bedrock): clarify fine-grained streaming improves latency, not enables streaming ### 📊 Changes **1 file changed** (+25 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/chat/bedrock.mdx` (+25 -0) </details> ### 📄 Description ## Overview Adds documentation for enabling real-time streaming of tool calls and structured output when using Anthropic models through AWS Bedrock. By default, Bedrock buffers tool call arguments until the JSON is complete. This documents how to enable Anthropic's fine-grained tool streaming beta via `additional_model_request_fields` to get incremental streaming. ## Type of change **Type:** Update existing documentation ## Related issues/PRs <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: https://langchain.slack.com/archives/C050X0VTN56/p1767922782758259 ## 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` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] 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) --- <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:10 -05:00
yindo closed this issue 2026-02-17 17:23:10 -05:00
yindo changed title from [PR #2169] docs: add fine-grained tool streaming for Bedrock Anthropic models to [PR #2169] [MERGED] docs: add fine-grained tool streaming for Bedrock Anthropic models 2026-06-05 18:17:09 -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#2193