diff --git a/src/web/blueprints/monitoring.py b/src/web/blueprints/monitoring.py index 6e3c8b6..18a17cd 100644 --- a/src/web/blueprints/monitoring.py +++ b/src/web/blueprints/monitoring.py @@ -496,8 +496,8 @@ def get_error_detail(conv_id): 'assistant_response': conv.assistant_response, 'confidence_score': conv.confidence_score, 'response_time': conv.response_time, - 'category': conv.category, - 'source': conv.source, + 'session_id': conv.session_id, + 'invocation_method': conv.invocation_method, } }) except Exception as e: