mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-29 12:20:24 +00:00
* fix(streaming_handler.py): maintain same 'created' across all chunks Fixes https://github.com/BerriAI/litellm/issues/11437 * test: add unit test to ensure created is always the same across all chunks * fix(types/utils.py): set a tool call id, if missing in delta tool call Ensures stream chunk builder can reconstruct tool calls correctly Fixes https://github.com/BerriAI/litellm/issues/11262 * fix(responses/transformation.py): support passing mcp server tool call to anthropic allows switching between openai and anthropic for mcp tool calling * fix(ollama/chat/transformation.py): set tool call id's when missing