mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-02 14:28:59 +02:00
[eric] chat: fix the malformed resume-agent continue prompt
This commit is contained in:
@@ -897,7 +897,7 @@ const AgentChat: React.FC<AgentChatProps> = ({ 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,
|
||||
|
||||
Reference in New Issue
Block a user