We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f705b91 commit 9916499Copy full SHA for 9916499
newrelic/hooks/mlmodel_langchain.py
@@ -453,9 +453,7 @@ def _record_tool_success(
453
try:
454
result = str(response)
455
except Exception:
456
- _logger.debug(
457
- f"Failed to convert tool response into a string.\n{traceback.format_exception(*sys.exc_info())}"
458
- )
+ _logger.debug(f"Failed to convert tool response into a string.\n{traceback.format_exception(*sys.exc_info())}")
459
if settings.ai_monitoring.record_content.enabled:
460
full_tool_event_dict.update(
461
{
0 commit comments