litellm/tests/test_litellm/llms/chatgpt
Chesars 0ebbec4d0e fix(chatgpt): normalize streaming tool_call indices and deduplicate closing chunks
The ChatGPT backend API sends non-spec-compliant streaming tool call chunks
where index is always 0 for parallel tool calls and id/name get repeated in
duplicate closing chunks. Add ChatGPTToolCallNormalizer to fix indices and
filter duplicates before they reach the consumer.

Fixes #21482
2026-02-18 18:02:36 -03:00
..
chat fix(chatgpt): normalize streaming tool_call indices and deduplicate closing chunks 2026-02-18 18:02:36 -03:00
responses test(chatgpt): ensure Codex request filters unsupported params 2026-02-15 00:18:02 +05:30
__init__.py fix(chatgpt): normalize streaming tool_call indices and deduplicate closing chunks 2026-02-18 18:02:36 -03:00
test_chatgpt_authenticator.py Add ChatGPT subscription support and responses bridge (#19030) 2026-01-19 05:37:45 -08:00