Serialize multi-sample manifest path
This commit is contained in:
@@ -217,7 +217,7 @@ best_by_sample = {
|
||||
summary = {
|
||||
"generated_at": datetime.now(timezone.utc).isoformat(),
|
||||
"base_url": base_url,
|
||||
"operator_sample_manifest_path": manifest_path,
|
||||
"operator_sample_manifest_path": str(manifest_path),
|
||||
"sample_count": len(sample_summaries),
|
||||
"run_count": len(flat_items),
|
||||
"best_overall_by_score": best("quality_score"),
|
||||
|
||||
Reference in New Issue
Block a user