- 新增 POST /api/ai/health-coach/send 和 /api/ai/butler/send,调用 AiGateway.chat() - 前端 4 个 AI 函数改为直连后端 /api/ai/* 路由 - 删除 langgraphRequest() 适配层及 LANGGRAPH_BASE_URL/DIFY_BASE_URL 配置
@@ -476,4 +476,3 @@ public class AIChatController {
return Result.success(result);
}
-}