Skip to content

Commit 64b29da

Browse files
etserendclaude
andcommitted
fix(export): add include_code_metric_metadata to LogRecordsExportRequest in openapi.yaml
The field was hand-added to the generated model (mirroring upstream e42a569) but missing from the schema, so it would be silently dropped on the next regen (HYBIM-853). Adding it here mirrors the redact entry (type: boolean, default: false) and ensures the field survives regeneration. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 10b2fb4 commit 64b29da

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28491,6 +28491,11 @@ components:
2849128491
title: Redact
2849228492
description: Redact sensitive data
2849328493
default: true
28494+
include_code_metric_metadata:
28495+
type: boolean
28496+
title: Include Code Metric Metadata
28497+
description: If true, include per-row scorer metadata (the dict returned alongside the score by code-based scorers via the (score, metadata) tuple-return contract) on each MetricSuccess in the export.
28498+
default: false
2849428499
file_name:
2849528500
anyOf:
2849628501
- type: string

0 commit comments

Comments
 (0)