From 000e9c0735c50bd6cb63866441d7f73083665902 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 24 Jul 2023 19:19:33 -0700 Subject: telemetry refactoring and switch config.json->py --- extension/react-app/src/hooks/AbstractContinueGUIClientProtocol.ts | 2 -- extension/react-app/src/hooks/ContinueGUIClientProtocol.ts | 4 ---- 2 files changed, 6 deletions(-) (limited to 'extension') diff --git a/extension/react-app/src/hooks/AbstractContinueGUIClientProtocol.ts b/extension/react-app/src/hooks/AbstractContinueGUIClientProtocol.ts index ddf65272..8e3735ec 100644 --- a/extension/react-app/src/hooks/AbstractContinueGUIClientProtocol.ts +++ b/extension/react-app/src/hooks/AbstractContinueGUIClientProtocol.ts @@ -15,8 +15,6 @@ abstract class AbstractContinueGUIClientProtocol { callback: (commands: { name: string; description: string }[]) => void ): void; - abstract changeDefaultModel(model: string): void; - abstract sendClear(): void; abstract retryAtIndex(index: number): void; diff --git a/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts b/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts index 1048e956..b8019664 100644 --- a/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts +++ b/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts @@ -53,10 +53,6 @@ class ContinueGUIClientProtocol extends AbstractContinueGUIClientProtocol { }); } - changeDefaultModel(model: string) { - this.messenger.send("change_default_model", { model }); - } - sendClear() { this.messenger.send("clear_history", {}); } -- cgit v1.2.3-70-g09d2