[PR #2435] docs: missing docstring for aupdate_state method #2701

Closed
opened 2026-02-20 17:47:25 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/2435

State: closed
Merged: Yes


Fixes #2207

Missing docstring for aupdate_state method

Description

Added proper docstring documentation for the aupdate_state method in the Pregel class. This enables mkdocstrings to properly generate API reference documentation.

Changes

  • Added Google-style docstring for aupdate_state method
  • Includes complete description, args, returns, raises sections
  • Matches style of other async method docstrings

Testing

  • No code changes, only documentation
  • Documentation builds correctly with mkdocs
  • API reference now shows aupdate_state method documentation
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/2435 **State:** closed **Merged:** Yes --- ## Fixes #2207 Missing docstring for aupdate_state method ## Description Added proper docstring documentation for the aupdate_state method in the Pregel class. This enables mkdocstrings to properly generate API reference documentation. ## Changes - Added Google-style docstring for aupdate_state method - Includes complete description, args, returns, raises sections - Matches style of other async method docstrings ## Testing - No code changes, only documentation - Documentation builds correctly with mkdocs - API reference now shows aupdate_state method documentation
yindo added the pull-request label 2026-02-20 17:47:25 -05:00
yindo closed this issue 2026-02-20 17:47:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2701