feat: allow starting a new chat
This commit is contained in:
@@ -16,6 +16,7 @@ pub mod chatmessage {
|
||||
|
||||
pub enum TauriCommand {
|
||||
Chat,
|
||||
SetChatId,
|
||||
ChatHistory,
|
||||
DaemonState,
|
||||
ToggleDarkMode,
|
||||
@@ -27,6 +28,7 @@ pub mod chatmessage {
|
||||
match self {
|
||||
TauriCommand::TogglePopup => "toggle_popup",
|
||||
TauriCommand::Chat => "chat",
|
||||
TauriCommand::SetChatId => "set_chat_id",
|
||||
TauriCommand::ChatHistory => "chat_history",
|
||||
TauriCommand::DaemonState => "daemon_state",
|
||||
TauriCommand::ToggleDarkMode => "toggle_dark_mode",
|
||||
|
||||
Reference in New Issue
Block a user