[PR #2081] [MERGED] docs: fix ToolRuntime parameter naming in short-term memory docs #2110

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2081
Author: @YassinNouh21
Created: 1/5/2026
Status: Merged
Merged: 1/5/2026
Merged by: @mdrxy

Base: mainHead: fix/issue-2042-toolruntime-typo


📝 Commits (1)

  • 9fed330 docs: fix ToolRuntime parameter naming in short-term memory docs

📊 Changes

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

View changed files

📝 src/oss/langchain/short-term-memory.mdx (+2 -2)

📄 Description

Overview

Fix inconsistent parameter naming in the short-term memory documentation where ToolRuntime and tool_runtime were used inconsistently. The correct parameter name is runtime (typed as ToolRuntime).

Type of change

Type: Fix typo/bug/link/formatting

Related issues/PRs

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using make build
  • 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

Changed:

  • ToolRuntimeruntime (the actual parameter name used in code examples)
  • tool_runtimeruntime (matching the code examples)

The parameter is named runtime and typed as ToolRuntime.

AI-assisted contribution using Claude.


🔄 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/2081 **Author:** [@YassinNouh21](https://github.com/YassinNouh21) **Created:** 1/5/2026 **Status:** ✅ Merged **Merged:** 1/5/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `fix/issue-2042-toolruntime-typo` --- ### 📝 Commits (1) - [`9fed330`](https://github.com/langchain-ai/docs/commit/9fed330a0a84c43dbfc9ee8c3fd007922ffbebdc) docs: fix ToolRuntime parameter naming in short-term memory docs ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/short-term-memory.mdx` (+2 -2) </details> ### 📄 Description ## Overview Fix inconsistent parameter naming in the short-term memory documentation where `ToolRuntime` and `tool_runtime` were used inconsistently. The correct parameter name is `runtime` (typed as `ToolRuntime`). ## Type of change **Type:** Fix typo/bug/link/formatting ## Related issues/PRs - GitHub issue: fixes langchain-ai/docs#2042 ## Checklist - [x] I have read the contributing guidelines - [x] I have tested my changes locally using `make build` - [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 Changed: - `ToolRuntime` → `runtime` (the actual parameter name used in code examples) - `tool_runtime` → `runtime` (matching the code examples) The parameter is named `runtime` and typed as `ToolRuntime`. AI-assisted contribution using Claude. --- <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:04 -05:00
yindo closed this issue 2026-02-17 17:23:04 -05:00
yindo changed title from [PR #2081] docs: fix ToolRuntime parameter naming in short-term memory docs to [PR #2081] [MERGED] docs: fix ToolRuntime parameter naming in short-term memory docs 2026-06-05 18:16:43 -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#2110