CodeReview/backend/app
lintsinghua 2e11f3e1a3 feat(llm): 增强LLM错误处理和调试信息展示
在LLMError异常类中添加api_response字段存储原始错误信息
实现_extract_api_response方法从异常中提取API响应
前端增加调试信息展示面板,显示详细的错误诊断数据
后端测试接口返回完整的调试信息,包括耗时、错误类型等
2025-12-19 11:41:06 +08:00
..
api feat(llm): 增强LLM错误处理和调试信息展示 2025-12-19 11:41:06 +08:00
core feat(agent): 增强 RAG 配置和工具集成 2025-12-16 13:57:27 +08:00
db chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
models feat(agent): 增加漏洞文件统计功能并优化agent提示词 2025-12-16 22:08:45 +08:00
schemas chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
services feat(llm): 增强LLM错误处理和调试信息展示 2025-12-19 11:41:06 +08:00
__init__.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
main.py feat: Update deployment configurations, dependency management, and documentation, including a new sandbox build service. 2025-12-15 15:18:55 +08:00