- System Prompt 增加 10 个 Tool 的使用时机指引,Agent 自动选择最合适的 Tool - 优先使用 get_health_insights 作为首次对话开场工具 - AgentRunResult 新增 tool_calls: Vec<ToolCallLog>,记录每次调用名称/耗时/成功状态 - ToolCallLog 将在 Phase 2 写入 ai_tool_call_logs 表
- System Prompt 增加 10 个 Tool 的使用时机指引,Agent 自动选择最合适的 Tool - 优先使用 get_health_insights 作为首次对话开场工具 - AgentRunResult 新增 tool_calls: Vec<ToolCallLog>,记录每次调用名称/耗时/成功状态 - ToolCallLog 将在 Phase 2 写入 ai_tool_call_logs 表