You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
revert models.py changes, use raw dicts without modifying codegen
Python dataclasses don't enforce types at runtime, so factory functions
can accept raw dicts without changing the generated models. This keeps
models.py identical to the codegen output.
Assisted-by: Claude Opus 4.6 (1M context)
0 commit comments