Replies: 2 comments 1 reply
|
SSE is server-side streaming(which is one way streaming from server to client). BIDI is bi-directional streaming. |
1 reply
|
@kanlanc hangfei's distinction still holds. SSE is one-way, run_live is true bidirectional streaming. And @torbilote good catch at the time: the docs have since been reorganized (now under adk.dev/live/) with a clear "which streaming do you need" table separating token-level/SSE from bidirectional so that Bidi mislabeling shouldn't be there anymore. Closing this out since it looks addressed, feel free to reopen or comment if anything's still off. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I see there are two ways to do streaming one is run_sse from get_fastapi and the other is https://google.github.io/adk-docs/streaming/custom-streaming/
Just to be sure on my own implementation, is one better than the other in any way?
All reactions