Skip to content

docs: correct SSE event format for guided content endpoint - #58

Merged
WilliamAGH merged 1 commit into
devfrom
detail/fix-docs/docs-correct-sse-event-format-for-guided-content-e-e38f86
Jul 12, 2026
Merged

docs: correct SSE event format for guided content endpoint#58
WilliamAGH merged 1 commit into
devfrom
detail/fix-docs/docs-correct-sse-event-format-for-guided-content-e-e38f86

Conversation

@detail-app

Copy link
Copy Markdown
Contributor

The /api/guided/content/stream endpoint returns SSE text events with
JSON-wrapped chunks ({"text":"..."}), not raw markdown strings.
The previous documentation would mislead developers into expecting
bare markdown text instead of properly formatted SSE events.

Introduced by commit 79ce023 (@WilliamAGH, #56)


Doc Drift PRs can be configured here.

@detail-app
detail-appBot requested a review from WilliamAGHJune 11, 2026 16:24
@WilliamAGH
WilliamAGH merged commit ce83029 into devJul 12, 2026
1 check passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@WilliamAGH