mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-11 23:47:11 +00:00
Potential fix for code scanning alert no. 3942: Clear-text logging of sensitive information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user