feat(a2a): enable native gRPC support and protocol routing

This commit is contained in:
Alisa Novikova
2026-03-10 13:57:34 -07:00
parent 8a537d85e9
commit 670bdf2674
4 changed files with 462 additions and 199 deletions

View File

@@ -1082,6 +1082,9 @@ export const useGeminiStream = (
'Response stopped due to prohibited image content.',
[FinishReason.NO_IMAGE]:
'Response stopped because no image was generated.',
[FinishReason.IMAGE_RECITATION]:
'Response stopped due to image recitation policy.',
[FinishReason.IMAGE_OTHER]: 'Response stopped for other image reasons.',
};
const message = finishReasonMessages[finishReason];