hotfix(response_processor): remove debug log

This commit is contained in:
Sharath 2025-06-05 18:03:52 +05:30 committed by GitHub
parent 524e1beb67
commit 25fcdfc058
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1278,7 +1278,7 @@ class ResponseProcessor:
"arguments": params # The extracted parameters
}
logger.debug(f"Parsed old format tool call: {tool_call["function_name"]}")
# logger.debug(f"Parsed old format tool call: {tool_call["function_name"]}")
return tool_call, parsing_details # Return both dicts
except Exception as e: