remove now duped

This commit is contained in:
Douwe Osinga
2025-10-08 15:13:16 -04:00
parent 49560f45e8
commit 3ebe311f8b
-7
View File
@@ -126,13 +126,6 @@ function BaseChatContent({
}
}, [messages.length]);
// Handle submit
// const handleSubmit = (e: React.FormEvent) => {
// const customEvent = e as unknown as CustomEvent;
// const combinedTextFromInput = customEvent.detail?.value || '';
// engineHandleSubmit(combinedTextFromInput);
// };
//const toolCount = useToolCount(chat.sessionId);
// Wrapper for append that tracks recipe usage