更新API密钥管理,优化意图识别和Excel数据验证功能,增强日志记录,改进错误处理机制,支持文档检索功能,提升代码可读性和灵活性。

This commit is contained in:
2025-06-24 17:12:09 +08:00
parent 4386cfac41
commit 7142c7c43e
8 changed files with 352 additions and 324 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
{
"python.analysis.typeCheckingMode": "off",
"python.analysis.autoImportCompletions": true
"python.analysis.autoImportCompletions": true,
"cursorpyright.analysis.typeCheckingMode": "off"
}