[PR #1665] [MERGED] Correct 'tool_runtime' to 'runtime' in note #1741

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1665
Author: @simon-langchain
Created: 11/28/2025
Status: Merged
Merged: 11/30/2025
Merged by: @mdrxy

Base: mainHead: pylon-12761-toolruntime-typo-fix


📝 Commits (2)

  • 6685d32 Correct 'tool_runtime' to 'ToolRuntime' in note
  • 5fb1097 Apply suggestion from @mdrxy

📊 Changes

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

View changed files

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

📄 Description

Overview

Updating the note in the Tools > ToolRuntime section to refer to the ToolRuntime parameter used in the code snippet, rather than the older tool_runtime parameter

Type of change

Type: Fix typo

Related issues/PRs

  • Pylon ticket: 12761

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/1665 **Author:** [@simon-langchain](https://github.com/simon-langchain) **Created:** 11/28/2025 **Status:** ✅ Merged **Merged:** 11/30/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `pylon-12761-toolruntime-typo-fix` --- ### 📝 Commits (2) - [`6685d32`](https://github.com/langchain-ai/docs/commit/6685d32256cf678b61ad666ec92d9648c5859192) Correct 'tool_runtime' to 'ToolRuntime' in note - [`5fb1097`](https://github.com/langchain-ai/docs/commit/5fb1097d3b4e7cad5d4944f0c660e82f161b4e7f) Apply suggestion from @mdrxy ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/tools.mdx` (+1 -1) </details> ### 📄 Description ## Overview Updating the note in the Tools > ToolRuntime section to refer to the `ToolRuntime` parameter used in the code snippet, rather than the older `tool_runtime` parameter ## Type of change **Type:** Fix typo ## Related issues/PRs - Pylon ticket: 12761 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] 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:41 -05:00
yindo closed this issue 2026-02-17 17:22:41 -05:00
yindo changed title from [PR #1665] Correct 'tool_runtime' to 'runtime' in note to [PR #1665] [MERGED] Correct 'tool_runtime' to 'runtime' in note 2026-06-05 18:14:42 -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#1741