diff --git a/litellm/utils.py b/litellm/utils.py index 7a1b0a3436..2ee2296ab6 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -915,7 +915,7 @@ def function_setup( # noqa: PLR0915 # Only process if target is NOT a Gemini model if not _is_gemini_model(model, custom_llm_provider): verbose_logger.debug( - f"Removing thought signatures from tool call IDs for non-Gemini model: {model}" + "Removing thought signatures from tool call IDs for non-Gemini model" ) # Process messages to remove thought signatures