Private
Public Access
0
0

conductor(plan): Mark Task 1.1 complete (NormalizedResponse dual-signature)

This commit is contained in:
2026-06-24 11:08:31 -04:00
parent 24b39aeef9
commit 96ddcc39b3
@@ -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