Commit ef5f1bd
Rename platform_llm_id to platform_model_id in LLMTokenCostReport for consistency
All other report types (ImgGen, Extract, Search, Fetch) already use
platform_model_id as the field name. The LLM report was the only one
using a domain-specific field name, while the serialized enum keys
remain domain-specific for flat dictionary output.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f5e60d9 commit ef5f1bd
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments