mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Potential fix for code scanning alert no. 3990: 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
eebe23197f
commit
ec4fae59c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue