conductor(plan): Mark Task 1.1 complete (NormalizedResponse dual-signature)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user