feat(core): Failed Response Retry via Extra Prompt (#10828)

Co-authored-by: Sandy Tao <sandytao520@icloud.com>
This commit is contained in:
Victor May
2025-10-09 18:04:08 -04:00
committed by GitHub
parent 1f6716f98a
commit 0b6c02000f
7 changed files with 227 additions and 2 deletions
@@ -759,6 +759,7 @@ export const useGeminiStream = (
loopDetectedRef.current = true;
break;
case ServerGeminiEventType.Retry:
case ServerGeminiEventType.InvalidStream:
// Will add the missing logic later
break;
default: {