diff --git a/conductor/tracks/fix_test_failures_20260624/plan.md b/conductor/tracks/fix_test_failures_20260624/plan.md index d76e5cc5..d8cafc47 100644 --- a/conductor/tracks/fix_test_failures_20260624/plan.md +++ b/conductor/tracks/fix_test_failures_20260624/plan.md @@ -6,7 +6,7 @@ Focus: Add custom `__init__` to `NormalizedResponse` that accepts both new nested `usage: UsageStats` and legacy flat kwargs. This fixes 12 of the 14 failing tests in one place. -- [ ] Task 1.1: Add custom `__init__` to `NormalizedResponse` in `src/openai_schemas.py`. +- [x] Task 1.1: Add custom `__init__` to `NormalizedResponse` in `src/openai_schemas.py`. [1b39aae7] - WHERE: `src/openai_schemas.py:75-80` (the `@dataclass(frozen=True) class NormalizedResponse:` block) - WHAT: - Change `@dataclass(frozen=True)` to `@dataclass(frozen=True, init=False)` on line 75