langchain-ai / langgraph

Build resilient language agents as graphs.
https://langchain-ai.github.io/langgraph/
MIT License
6.84k stars 1.1k forks source link

docs: missing docstring for aupdate_state method #2435

Open YassinNouh21 opened 1 week ago

YassinNouh21 commented 1 week ago

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

Testing