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
e22a885e93
|
@ -588,7 +588,7 @@ pub async fn process_metric_file(
|
|||
|
||||
let metric_file = MetricFile {
|
||||
id: metric_id,
|
||||
name: metric_yml.title.clone(),
|
||||
name: file_name.clone(),
|
||||
file_name: file_name.clone(),
|
||||
content: serde_json::to_value(metric_yml.clone())
|
||||
.map_err(|e| format!("Failed to process metric: {}", e))?,
|
||||
|
|
|
@ -293,7 +293,7 @@ impl StreamingParser {
|
|||
message_type: "files".to_string(),
|
||||
title: format!("Creating {} files...", file_type),
|
||||
secondary_title: String::new(),
|
||||
status: "loading".to_string(),
|
||||
status: "completed".to_string(),
|
||||
file_ids,
|
||||
files: files_map,
|
||||
})));
|
||||
|
|
Loading…
Reference in New Issue