From fb9a2a5b7b454cc8a66aa1009c7f8954b64fc493 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Thu, 18 Jun 2026 04:00:47 -0700 Subject: [PATCH] [eric] chat: fix the malformed resume-agent continue prompt --- frontend/src/app/pages/AgentChat/AgentChat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/pages/AgentChat/AgentChat.tsx b/frontend/src/app/pages/AgentChat/AgentChat.tsx index e9d9e3c5..8d7a7962 100644 --- a/frontend/src/app/pages/AgentChat/AgentChat.tsx +++ b/frontend/src/app/pages/AgentChat/AgentChat.tsx @@ -897,7 +897,7 @@ const AgentChat: React.FC = ({ sessionId: sessionIdProp, onClose setShowResumeBubble(false); dispatch(sendMessageThunk({ sessionId: id, - prompt: "Continue where you left off. Start you're response EXACTLY with 'Sorry, let me pick up where I left off", + prompt: "Continue your previous response from exactly where it was cut off. Do not repeat anything you already wrote; pick up mid-sentence if you need to and keep going.", mode, model, hidden: true,