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
@ -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…
Reference in New Issue
Block a user