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: use direct Header params instead of Depends for SDK detection
The library client's _convert_body tries to construct Depends return
types from body params, which fails for non-Pydantic types like
SdkType enum. Use direct Header() parameters with None defaults
instead - the library client simply skips these optional params
and the route falls through to OpenAI default behavior.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Sébastien Han <seb@redhat.com>
0 commit comments