address comments left by @cryptobrains on #2472 (Feat: automatic retry for Gemini 2.5 Pro 503 Server Busy error (#2471));

This commit is contained in:
ellipsis-dev[bot]
2025-03-27 03:14:46 +00:00
committed by GitHub
parent 433c949850
commit c762fd4e4c
@@ -184,6 +184,7 @@ export const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifi
// For now, reset if the message timestamp changes.
return () => {
// Cleanup if needed, potentially reset retryAttempted if component unmounts or message changes significantly
setRetryAttempted(false)
}
}, [apiRequestFailedMessage, apiReqStreamingFailedMessage, isLast, message.ts, retryAttempted])