Update results schema
Browse files
README.md
CHANGED
|
@@ -60,6 +60,8 @@ configs:
|
|
| 60 |
name: origin
|
| 61 |
- dtype: string
|
| 62 |
name: commit
|
|
|
|
|
|
|
| 63 |
- dtype: string
|
| 64 |
name: packages
|
| 65 |
- list:
|
|
@@ -86,6 +88,8 @@ configs:
|
|
| 86 |
name: input_tokens_cache_read
|
| 87 |
- dtype: int64
|
| 88 |
name: reasoning_tokens
|
|
|
|
|
|
|
| 89 |
name: model_usages
|
| 90 |
- list: float64
|
| 91 |
name: model_costs
|
|
|
|
| 60 |
name: origin
|
| 61 |
- dtype: string
|
| 62 |
name: commit
|
| 63 |
+
- dtype: bool
|
| 64 |
+
name: dirty
|
| 65 |
- dtype: string
|
| 66 |
name: packages
|
| 67 |
- list:
|
|
|
|
| 88 |
name: input_tokens_cache_read
|
| 89 |
- dtype: int64
|
| 90 |
name: reasoning_tokens
|
| 91 |
+
- dtype: float64
|
| 92 |
+
name: total_cost
|
| 93 |
name: model_usages
|
| 94 |
- list: float64
|
| 95 |
name: model_costs
|