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
fix: allow extra fields on RequestParams to match TypeScript SDK
Add model_config = ConfigDict(extra="allow") to RequestParams so that
extra top-level fields in request params are preserved, matching the
TypeScript SDK behavior where params is typed as { [key: string]: unknown }.
0 commit comments