From 56cce7128214c69de7c5ca80c19a45f0c2ba6ff7 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 22 Mar 2026 01:17:46 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20documentation=20section=20?= =?UTF-8?q?for=20typed=20ServerSentEvent[Data]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous commit added ServerSentEvent[Data] generic support and tutorial006 but did not add a corresponding section to the SSE docs. This adds the missing "Typed ServerSentEvent" section explaining the generic syntax, validation behavior, and OpenAPI contentSchema benefit. https://claude.ai/code/session_01GRv2sCmACvBQFX7fh7anWm --- docs/en/docs/tutorial/server-sent-events.md | 25 +++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/en/docs/tutorial/server-sent-events.md b/docs/en/docs/tutorial/server-sent-events.md index d264f8536f..bba119a8e9 100644 --- a/docs/en/docs/tutorial/server-sent-events.md +++ b/docs/en/docs/tutorial/server-sent-events.md @@ -93,6 +93,31 @@ This is useful for sending pre-formatted text, log lines, or special