CodeReview/backend/app/services
lintsinghua 2e11f3e1a3 feat(llm): 增强LLM错误处理和调试信息展示
在LLMError异常类中添加api_response字段存储原始错误信息
实现_extract_api_response方法从异常中提取API响应
前端增加调试信息展示面板,显示详细的错误诊断数据
后端测试接口返回完整的调试信息,包括耗时、错误类型等
2025-12-19 11:41:06 +08:00
..
agent feat(agent): 新增通用代码执行工具和函数提取工具 2025-12-18 15:03:30 +08:00
llm feat(llm): 增强LLM错误处理和调试信息展示 2025-12-19 11:41:06 +08:00
rag build: 更新 tree-sitter 依赖至 tree-sitter-language-pack 2025-12-17 14:52:59 +08:00
init_templates.py feat(prompts-rules): add prompt templates and audit rules management 2025-12-09 21:42:00 +08:00
report_generator.py fix(report_generator): 转义HTML特殊字符以防止XSS攻击 2025-12-19 11:19:40 +08:00
scanner.py feat: 将最大分析文件数默认值改为0表示无限制 2025-12-16 13:04:09 +08:00
zip_storage.py fix: 修复时间显示问题,使用带时区的UTC时间 2025-12-09 17:47:34 +08:00