mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-18 07:37:55 +02:00
Add optional keyword-only `context` to `run.start` and `run.respond` on both AsyncThreadStream and SyncThreadStream. The context is sent as `params.context` on the `run.start` / `input.respond` commands when non-None and omitted entirely otherwise, preserving the existing wire payload for callers that don't pass it. Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>