We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b8b57 commit dac13d2Copy full SHA for dac13d2
docs/streaming/dev-guide/part4.md
@@ -240,7 +240,7 @@ Progressive SSE streaming is **enabled by default** in ADK. This means when you
240
If you need to revert to the legacy SSE streaming behavior (simple text accumulation), you can disable it via environment variable:
241
242
```bash
243
-export ADK_ENABLE_PROGRESSIVE_SSE_STREAMING=0
+export ADK_DISABLE_PROGRESSIVE_SSE_STREAMING=1
244
```
245
246
!!! warning "Legacy Behavior Trade-offs"
0 commit comments