mirror of https://github.com/buster-so/buster.git
Merge branch 'evals' into big-nate/bus-939-create-new-structure-for-chats
This commit is contained in:
commit
0d90ad14fa
|
@ -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