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
Hardened the native Responses capability probe so upstream support is detected more reliably, avoiding misclassification that caused unnecessary fallback or failures.
Improved fallback handling for Responses requests: native Responses failures now fall back to the OpenAI Chat path more reliably.
Fixed tool-history related errors: handles serialization/replay anomalies in Responses tool-call history, reducing 4xx failures.
Synced README and usage docs with 0.10.0 features, config options, and the full endpoint inventory.
验证 / Verification
Full test suite: python -m pytest tests/ -q, 753 passed.