raw llm empty array for now

This commit is contained in:
dal 2025-03-04 13:11:42 -07:00
parent 4730b78284
commit db5f674745
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -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