[PR #6145] docs: Add missing merge parameter documentation in push_ui_message #4863

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

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

State: closed
Merged: Yes


Description:
This PR adds missing documentation for the merge parameter in the push_ui_message function. The parameter was present in the function signature but lacked documentation in the docstring, which could confuse API users.

Changes made:

  • Added clear documentation for the merge parameter
  • Explains the behavior difference between merge=True
    (merges props) and merge=False (replaces props)
  • Includes default value information

Issue:
N/A - Documentation improvement

Dependencies:
None

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/6145 **State:** closed **Merged:** Yes --- **Description:** This PR adds missing documentation for the `merge` parameter in the `push_ui_message` function. The parameter was present in the function signature but lacked documentation in the docstring, which could confuse API users. Changes made: - Added clear documentation for the `merge` parameter - Explains the behavior difference between `merge=True` (merges props) and `merge=False` (replaces props) - Includes default value information **Issue:** N/A - Documentation improvement **Dependencies:** None
yindo added the pull-request label 2026-02-20 17:50:52 -05:00
yindo closed this issue 2026-02-20 17:50:52 -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#4863