Skip to content

Commit dac13d2

Browse files
committed
Fix the command to disable progressive SSE streaming
1 parent 94b8b57 commit dac13d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/streaming/dev-guide/part4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Progressive SSE streaming is **enabled by default** in ADK. This means when you
240240
If you need to revert to the legacy SSE streaming behavior (simple text accumulation), you can disable it via environment variable:
241241

242242
```bash
243-
export ADK_ENABLE_PROGRESSIVE_SSE_STREAMING=0
243+
export ADK_DISABLE_PROGRESSIVE_SSE_STREAMING=1
244244
```
245245

246246
!!! warning "Legacy Behavior Trade-offs"

0 commit comments

Comments
 (0)