-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_summary.sample.json
More file actions
37 lines (37 loc) · 1.04 KB
/
Copy pathrun_summary.sample.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"run_id": "demo",
"book_id": "sample_novel",
"input_path": "tests/fixtures/sample_novel.txt",
"provider": "mock",
"book_provider": "mock",
"chapter_model": "gpt-5-mini",
"book_model": "gpt-5-mini",
"total_chapters": 5,
"completed_chapters": 5,
"failed_chapters": 0,
"degraded_split_chapters": 0,
"latest_completed_chapter_id": "ch-0005",
"latest_completed_title": "第四章 结婚",
"latest_failed_chapter_id": null,
"latest_failed_title": null,
"current_stage": "completed",
"aggregate_used_file_id_path": false,
"total_calls": 7,
"total_input_tokens": 0,
"total_output_tokens": 0,
"total_latency_ms": 0,
"average_chapter_latency_ms": 0,
"chapter_merge_latency_ms": 0,
"aggregate_latency_ms": 0,
"estimated_cost_cny": 0.0,
"split_quality_note": "共切出 5 个章节,未命中降级切块。",
"warnings": [
"structured_path:mock",
"structured_path:mock",
"structured_path:mock",
"structured_path:mock",
"structured_path:mock",
"structured_path:mock",
"structured_path:mock"
]
}