mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
remove now duped
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user