feat: add parameter preprocessing audit trail
This commit is contained in:
@@ -243,6 +243,9 @@ func summarizeAttempts(attempts []store.TaskAttempt) []map[string]any {
|
||||
if trace, ok := attempt.Metrics["trace"]; ok {
|
||||
item["trace"] = trace
|
||||
}
|
||||
if preprocessing, ok := attempt.Metrics["parameterPreprocessingSummary"]; ok {
|
||||
item["parameterPreprocessingSummary"] = preprocessing
|
||||
}
|
||||
items = append(items, item)
|
||||
}
|
||||
return items
|
||||
|
||||
Reference in New Issue
Block a user