mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-31 12:19:58 +02:00
**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