mirror of https://github.com/buster-so/buster.git
raw llm empty array for now
This commit is contained in:
parent
4730b78284
commit
db5f674745
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue