feat(ai): 实现 query_patient_vitals Tool — 首个端到端 Agent Tool

This commit is contained in:
iven
2026-05-18 02:58:38 +08:00
parent 2d62605812
commit f42669f934
2 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
// Agent Tool 实现 — Phase 0 添加 query_patient_vitals
pub mod query_vitals;
pub use query_vitals::QueryPatientVitalsTool;