feat(core, cli): Bump genai version to 1.30.0 (#13435)

This commit is contained in:
joshualitt
2025-11-19 12:52:27 -08:00
committed by GitHub
parent 84573992b4
commit 25f8452127
9 changed files with 333 additions and 35 deletions
@@ -634,6 +634,9 @@ export const useGeminiStream = (
'Response stopped due to image safety violations.',
[FinishReason.UNEXPECTED_TOOL_CALL]:
'Response stopped due to unexpected tool call.',
[FinishReason.IMAGE_PROHIBITED_CONTENT]:
'Response stopped due to prohibited content.',
[FinishReason.NO_IMAGE]: 'Response stopped due to no image.',
};
const message = finishReasonMessages[finishReason];