Open
Description
<
5673
div class="Box-sc-g0xbh4-0 markdown-body NewMarkdownViewer-module__safe-html-box--cRsz0">
I’ve deployed my agent to Vertex AI’s Agent Engine using Google’s ADK.
However, even when I use streamQuery API, I’m not getting true streaming responses, which may include "partial: true".
Instead, I receive responses in chunks at the object level — like complete text, function_call, or function_response objects — rather than a chunked text stream.
I’d like to get incremental streaming responses from the Agent Engine, not just whole-complete object-level streaming. Is this currently supported, or am I missing something in the setup?