Skip to content
Discussion options

You must be logged in to vote

Response from ADK Answering Agent (experimental, answer may be inaccurate)

TLDR: The "Chunk too big" error is likely due to a size limit on the data chunks in the streaming response, probably from an intermediary server. Try checking your server's configuration for any request/response size limits and consider breaking down large responses from your agent into smaller pieces.


Hello @petrupetru,

Thank you for your question. The {"error": "Chunk too big"} error you're encountering when using streaming with long responses suggests that a single data chunk in the stream is exceeding a size limit. This limit is often imposed by an intermediary component in your setup, such as a web server, lo…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hangfei
Comment options

Answer selected by hangfei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bot responded [Bot] This issue is responded by ADK bot
3 participants