Files
langgraph/libs
Masonandopen-swe[bot] <open-swe@users.noreply.github.com> 5d6e7f2161 sdk-py: add per-run context to thread stream run.start and run.respond
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>
2026-09-18 03:57:36 +00:00
..