[PR #2054] [MERGED] Fix missing type hints for Python script of Requesting Injectable Parameters and correct typo in Functional API docs #2086

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2054
Author: @Yacklin
Created: 12/31/2025
Status: Merged
Merged: 1/5/2026
Merged by: @mdrxy

Base: mainHead: patch-1


📝 Commits (2)

  • 3b44b0d Fix missing type hints for Python script of Requesting Injectable Parameters and correct typo in Functional API docs
  • ae0474b Merge branch 'main' into patch-1

📊 Changes

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

View changed files

📝 src/oss/langgraph/functional-api.mdx (+5 -2)

📄 Description

Overview

Fix missing type hints for Python script of Requesting Injectable Parameters and correct typo in Functional API docs

Type of change

Fix typo/bug

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

Not sure if i should replace all "checkpointer=checkpointer" with "checkpointer=InMemorySaver()" to make it clear.


🔄 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/2054 **Author:** [@Yacklin](https://github.com/Yacklin) **Created:** 12/31/2025 **Status:** ✅ Merged **Merged:** 1/5/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`3b44b0d`](https://github.com/langchain-ai/docs/commit/3b44b0d3b306ff213f8cddaa923ba46c4ea25186) Fix missing type hints for Python script of Requesting Injectable Parameters and correct typo in Functional API docs - [`ae0474b`](https://github.com/langchain-ai/docs/commit/ae0474b64d97e39a9b0721cf924c88cb202783e4) Merge branch 'main' into patch-1 ### 📊 Changes **1 file changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/functional-api.mdx` (+5 -2) </details> ### 📄 Description ## Overview Fix missing type hints for Python script of Requesting Injectable Parameters and correct typo in Functional API docs ## Type of change Fix typo/bug ## 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 - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed ## Additional notes Not sure if i should replace all "checkpointer=checkpointer" with "checkpointer=InMemorySaver()" to make it clear. --- <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:03 -05:00
yindo closed this issue 2026-02-17 17:23:03 -05:00
yindo changed title from [PR #2054] Fix missing type hints for Python script of Requesting Injectable Parameters and correct typo in Functional API docs to [PR #2054] [MERGED] Fix missing type hints for Python script of Requesting Injectable Parameters and correct typo in Functional API docs 2026-06-05 18:16:35 -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#2086