diff --git a/apps/agent/entrypoints/sidepanel/index/useChatSession.ts b/apps/agent/entrypoints/sidepanel/index/useChatSession.ts index 377c537e..f85489e6 100644 --- a/apps/agent/entrypoints/sidepanel/index/useChatSession.ts +++ b/apps/agent/entrypoints/sidepanel/index/useChatSession.ts @@ -353,11 +353,11 @@ export const useChatSession = () => { setLiked({}) setDisliked({}) - if (agentServerUrl && oldConversationId) { - fetch(`${agentServerUrl}/chat/${oldConversationId}`, { - method: 'DELETE', - }).catch(() => {}) - } + // if (agentServerUrl && oldConversationId) { + // fetch(`${agentServerUrl}/chat/${oldConversationId}`, { + // method: 'DELETE', + // }).catch(() => {}) + // } } return {