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:
Sameer Kankute
2025-12-23 17:13:48 +05:30
committed by GitHub
parent 0addab4f63
commit 16985ab2f3
+1 -1
View File
@@ -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