mirror of https://github.com/buster-so/buster.git
get chat
This commit is contained in:
parent
ca93f9b9db
commit
418f7ad86e
|
@ -72,7 +72,7 @@ pub async fn get_thread_ws(
|
|||
|
||||
let get_thread_ws_message = WsResponseMessage::new(
|
||||
WsRoutes::Threads(ThreadRoute::Get),
|
||||
WsEvent::Threads(ThreadEvent::GetThreadState),
|
||||
WsEvent::Threads(ThreadEvent::GetChat),
|
||||
&thread,
|
||||
None,
|
||||
user,
|
||||
|
|
|
@ -75,6 +75,7 @@ pub enum ThreadEvent {
|
|||
GeneratingResponseMessage,
|
||||
GeneratingReasoningMessage,
|
||||
Complete,
|
||||
GetChat,
|
||||
}
|
||||
|
||||
pub async fn threads_router(
|
||||
|
|
Loading…
Reference in New Issue