[PR #1627] [MERGED] fix: ToolRuntime import #1707

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1627
Author: @bwhiting2356
Created: 11/25/2025
Status: Merged
Merged: 12/2/2025
Merged by: @lnhsingh

Base: mainHead: brendan/fix-toolruntime-import


📝 Commits (3)

  • 728368d fix toolruntime import
  • 143e756 Merge branch 'main' into brendan/fix-toolruntime-import
  • 0d407d9 Merge branch 'main' into brendan/fix-toolruntime-import

📊 Changes

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

View changed files

📝 src/oss/langchain/quickstart.mdx (+2 -2)

📄 Description

Overview

In my previous PR I missed updating the import in the 'Full example code' section

Type of change

Fixing the import to use ToolRuntime rather than Runtime (the code below already uses ToolRuntime).

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

🔄 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/1627 **Author:** [@bwhiting2356](https://github.com/bwhiting2356) **Created:** 11/25/2025 **Status:** ✅ Merged **Merged:** 12/2/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `brendan/fix-toolruntime-import` --- ### 📝 Commits (3) - [`728368d`](https://github.com/langchain-ai/docs/commit/728368d97d0ea42a8c9bf45b2803aab7701f38e0) fix toolruntime import - [`143e756`](https://github.com/langchain-ai/docs/commit/143e7566b2212aa046d5a6c3c11ad360c6264f9e) Merge branch 'main' into brendan/fix-toolruntime-import - [`0d407d9`](https://github.com/langchain-ai/docs/commit/0d407d919888a508f72ffe118a398b7c438ec399) Merge branch 'main' into brendan/fix-toolruntime-import ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/quickstart.mdx` (+2 -2) </details> ### 📄 Description ## Overview In my [previous PR](https://github.com/langchain-ai/docs/pull/1621) I missed updating the import in the 'Full example code' section ## Type of change Fixing the import to use ToolRuntime rather than Runtime (the code below already uses ToolRuntime). ## 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 --- <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:39 -05:00
yindo closed this issue 2026-02-17 17:22:39 -05:00
yindo changed title from [PR #1627] fix: ToolRuntime import to [PR #1627] [MERGED] fix: ToolRuntime import 2026-06-05 18:14:31 -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#1707