Commit 84ba07f
docs(spec): fix missing contextId in streaming example (#2083)
## What changed
- add `contextId` to the streaming task example in section 6.2
- keep the SSE example aligned with the documented event/task shape
## Why
The streaming example omitted `contextId` even though the spec requires
it for task/event continuity. This makes the example easy to copy
incorrectly.
## Root cause
The prose and field definitions were updated, but the SSE example in
`docs/specification.md` was left behind.
## Validation
- ran `bash scripts/sort_spelling.sh`
- ran `npx markdownlint-cli 'docs/**/*.md' --config
'.github/linters/.markdownlint.json' --fix`
- ran `git diff --check`
Fixes #1683
Co-authored-by: Sampath Kumar <sam1990kumar@gmail.com>1 parent 7608bd0 commit 84ba07f
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1373 | 1373 | | |
1374 | 1374 | | |
1375 | 1375 | | |
1376 | | - | |
| 1376 | + | |
1377 | 1377 | | |
1378 | | - | |
| 1378 | + | |
1379 | 1379 | | |
1380 | | - | |
| 1380 | + | |
1381 | 1381 | | |
1382 | 1382 | | |
1383 | 1383 | | |
| |||
0 commit comments