diff --git a/litellm/litellm_core_utils/prompt_templates/factory.py b/litellm/litellm_core_utils/prompt_templates/factory.py index 16d8e93cbfc..d04c2ef86a7 100644 --- a/litellm/litellm_core_utils/prompt_templates/factory.py +++ b/litellm/litellm_core_utils/prompt_templates/factory.py @@ -2174,7 +2174,7 @@ def _is_orphaned_tool_result( if not found_matching_tool_call: verbose_logger.debug( - f"_is_orphaned_tool_result: Found orphaned tool result with tool_call_id={tool_call_id}" + "_is_orphaned_tool_result: Found orphaned tool result with redacted tool_call_id" ) return True