mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +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:
parent
0addab4f63
commit
16985ab2f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue