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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes
Fix Bedrock chat sampling parameter handling so implicit Pydantic defaults for temperature and top_p are not forwarded to Bedrock as explicit inferenceConfig values.
Preserve explicit null request fields through chat preflight, converted text endpoints, and chat batch paths.
Surface Bedrock provider validation messages in API errors.
Validation
Full test suite passed on PR #225: 1829 passed, 77 skipped.