Commits
Click on a commit to change the comparison rangefix(openai): Improve vLLM API compatibility and error messages
- Add robust fallback for response serialization when model_dump() fails
- Use model_dump_json() as fallback for non-OpenAI API responses
- Improve null choices error message with debugging information
- Add tests for vLLM-style responses and improved error messages
Fixes #32252