From db5f674745a1aeeb1ceb99ae76aa0818ab16f3bb Mon Sep 17 00:00:00 2001 From: dal Date: Tue, 4 Mar 2025 13:11:42 -0700 Subject: [PATCH] raw llm empty array for now --- api/libs/handlers/src/chats/post_chat_handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/libs/handlers/src/chats/post_chat_handler.rs b/api/libs/handlers/src/chats/post_chat_handler.rs index 11eaf8023..b2b0eef02 100644 --- a/api/libs/handlers/src/chats/post_chat_handler.rs +++ b/api/libs/handlers/src/chats/post_chat_handler.rs @@ -261,7 +261,7 @@ pub async fn post_chat_handler( reasoning: serde_json::to_value(&reasoning_messages)?, final_reasoning_message, title: title.title.clone().unwrap_or_default(), - raw_llm_messages: todo!(), + raw_llm_messages: Value::Array(vec![]), }; // Insert message into database