mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
* fix(logging): redact tool call arguments to valid JSON and preserve null content Resolves LIT-6102 * refactor(logging): centralize redacted tool-call arguments constant and satisfy test-quality gate * fix(responses): drop Final annotations on loop-assigned locals flagged by basedpyright * fix(responses): skip custom tool calls in redacted-arguments normalizer * fix(logging): keep the redaction sentinel in stored tool-call arguments and preserve null output text |
||
|---|---|---|
| .. | ||
| test_function_call_output_normalization.py | ||
| test_handler.py | ||
| test_image_generation_output.py | ||
| test_litellm_completion_responses.py | ||
| test_reasoning_input_item_preservation.py | ||
| test_session_handler.py | ||
| test_session_handler_with_cold_storage.py | ||
| test_streaming_iterator_transformation.py | ||
| test_tool_output_order_preserved_for_gemini.py | ||