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