[PR #1597] [MERGED] oss(py): clarify how to access runtime in middlewares #1684

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

📋 Pull Request Information

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

Base: mainHead: patch-1


📝 Commits (3)

  • cfaba11 oss(py): clarify how to access runtime in middlewares
  • 4cc9c4d oss(py): improve runtime documentation regarding middlewares
  • 32c8c37 Merge branch 'main' into patch-1

📊 Changes

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

View changed files

📝 src/oss/langchain/runtime.mdx (+1 -1)

📄 Description

Overview

Clarified how to access the Runtime object in python middlewares, specifying its availability in different hook styles.

Type of change

Type: Update existing documentationOther]

Related issues/PRs

None

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

I would like to link to the definition of node-style and wrap-style hooks.


🔄 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/1597 **Author:** [@barraponto](https://github.com/barraponto) **Created:** 11/23/2025 **Status:** ✅ Merged **Merged:** 1/24/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`cfaba11`](https://github.com/langchain-ai/docs/commit/cfaba113e58904b648513d9769731ff92814aea2) oss(py): clarify how to access runtime in middlewares - [`4cc9c4d`](https://github.com/langchain-ai/docs/commit/4cc9c4d30abe480fcbe784ec9e75b3276c8bc6c9) oss(py): improve runtime documentation regarding middlewares - [`32c8c37`](https://github.com/langchain-ai/docs/commit/32c8c37041ceca2d5c36399aaf62706046a850d8) Merge branch 'main' into patch-1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/runtime.mdx` (+1 -1) </details> ### 📄 Description ## Overview Clarified how to access the Runtime object in python middlewares, specifying its availability in different hook styles. ## Type of change **Type:** Update existing documentationOther] ## Related issues/PRs `None` ## 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 ## Additional notes I would like to link to the definition of node-style and wrap-style hooks. --- <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:37 -05:00
yindo closed this issue 2026-02-17 17:22:37 -05:00
yindo changed title from [PR #1597] oss(py): clarify how to access runtime in middlewares to [PR #1597] [MERGED] oss(py): clarify how to access runtime in middlewares 2026-06-05 18:14:20 -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#1684