litellm/tests/test_litellm/llms/openai/chat
chengyongru b20c448188
fix(openai): handle missing 'id' field in streaming chunks for MiniMax (#23931)
- Change chunk["id"] to chunk.get("id") for compatibility with MiniMax
- ModelResponseStream auto-generates id when None is passed
- Add regression test test_chunk_parser_without_id_field
2026-03-19 13:04:47 +05:30
..
guardrail_translation fix: check for model_response_choices before guardrail input (#19784) 2026-02-03 14:41:13 -08:00
__init__.py Guardrail API - support tool call checks on OpenAI /chat/completions, OpenAI /responses, Anthropic /v1/messages (#17459) 2025-12-03 21:20:39 -08:00
test_openai_gpt_transformation.py fix(openai): handle missing 'id' field in streaming chunks for MiniMax (#23931) 2026-03-19 13:04:47 +05:30