- 在 chat_agent 函数中,新增对 LangGraph tool_call_id 的支持,优化工具调用的保存和更新逻辑 - 修改数据库模型,新增 langgraph_tool_call_id 字段以便于匹配 - 更新时间戳字段命名为 created_at 和 updated_at,确保一致性 - 优化前端时间处理,确保使用正确的时间字段
4 lines
76 B
Python
4 lines
76 B
Python
from .manager import ConversationManager
|
|
|
|
__all__ = ["ConversationManager"]
|