Merge branch 'main' into feature/issue-17113-tool-preselection

This commit is contained in:
matt korwel
2026-02-19 23:52:07 -06:00
committed by GitHub
7 changed files with 300 additions and 222 deletions
@@ -967,6 +967,10 @@ 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 due to other image-related reasons.',
};
const message = finishReasonMessages[finishReason];