fix: remove retry TODO comment
Retry isn't planned for this PR — users can resend naturally. https://claude.ai/code/session_01NGv3c62sYGMww7iuVsWzcJ
This commit is contained in:
@@ -219,9 +219,6 @@ export const useAgentChat = (
|
||||
onBrowserEvent: handleStop,
|
||||
});
|
||||
|
||||
// TODO: implement retry by re-sending last user message to /message.
|
||||
// The retry button in AIChatErrorMessage is hidden until this is ready.
|
||||
|
||||
return {
|
||||
handleSendMessage,
|
||||
handleStop,
|
||||
|
||||
Reference in New Issue
Block a user