- 在 chat_agent 函数中,新增对 LangGraph tool_call_id 的支持,优化工具调用的保存和更新逻辑 - 修改数据库模型,新增 langgraph_tool_call_id 字段以便于匹配 - 更新时间戳字段命名为 created_at 和 updated_at,确保一致性 - 优化前端时间处理,确保使用正确的时间字段 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| auth_router.py | ||
| chat_router.py | ||
| dashboard_router.py | ||
| graph_router.py | ||
| knowledge_router.py | ||
| system_router.py | ||