CodeReview/backend/app/api/v1/endpoints
lintsinghua 2e11f3e1a3 feat(llm): 增强LLM错误处理和调试信息展示
在LLMError异常类中添加api_response字段存储原始错误信息
实现_extract_api_response方法从异常中提取API响应
前端增加调试信息展示面板,显示详细的错误诊断数据
后端测试接口返回完整的调试信息,包括耗时、错误类型等
2025-12-19 11:41:06 +08:00
..
__init__.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
agent_tasks.py feat(agent): 新增通用代码执行工具和函数提取工具 2025-12-18 15:03:30 +08:00
auth.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
config.py feat(llm): 增强LLM错误处理和调试信息展示 2025-12-19 11:41:06 +08:00
database.py fix: 修复时间显示问题,使用带时区的UTC时间 2025-12-09 17:47:34 +08:00
embedding_config.py feat(embedding): 支持前端配置嵌入模型的API密钥 2025-12-16 19:42:44 +08:00
members.py chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
projects.py feat: 增加文件上传大小限制至500MB并优化大文件处理 2025-12-15 09:21:37 +08:00
prompts.py feat(prompts-scan): integrate prompt templates and audit rules into scan and analysis workflows 2025-12-09 23:03:08 +08:00
rules.py fix(rules): fix unicode encoding error in rule set export filename 2025-12-10 17:43:56 +08:00
scan.py feat: 将最大分析文件数默认值改为0表示无限制 2025-12-16 13:04:09 +08:00
tasks.py fix: 修复时间显示问题,使用带时区的UTC时间 2025-12-09 17:47:34 +08:00
users.py chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00