mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 00:48:01 +00:00
540f14ef51
- Add 150ms batched updates instead of per-event updates for better performance - Handle response.output_text.delta events for text accumulation - Add response.in_progress event handling for status updates - Add response.completed event handling with reasoning, tools, tool_choice - Remove unused output_item parameter from update_state - Remove response.done event type (not valid in OpenAI spec) - Remove documentation files - Add comprehensive unit tests for ResponsePollingHandler Committed-By-Agent: cursor
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/test_litellm
This folder can only run mock tests.