- 在 chat_agent 函数中,确保工具调用输出为字符串类型,避免 SQLite 不支持列表类型的问题 - 更新 load_chat_model 函数,新增 stream_usage 参数以支持流式使用 - 移除不必要的代码,简化 utils.py 文件,提升可读性 - 优化 AgentStatsComponent.vue,移除冗余样式,提升性能和用户体验 |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierrc.json | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| vite.config.js | ||