Replies: 1 comment
-
SSE is server-side streaming(which is one way streaming from server to client). BIDI is bi-directional streaming. |
Beta Was this translation helpful? Give feedback.
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?
Beta Was this translation helpful? Give feedback.
All reactions