Fix live multi-turn: pass the resolved drug, stop did-you-mean garbage

This commit is contained in:
2026-08-05 16:54:35 +07:00
parent ef08b4929e
commit 1e8cbdb586
29 changed files with 2013 additions and 83 deletions
+16
View File
@@ -0,0 +1,16 @@
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: ai-service
metrics_path: /metrics
static_configs:
# ai-service runs on the host during development. `/metrics` returns 404
# when METRICS_ENABLED is false or prometheus-client is not installed, so
# a target that is UP-but-404 means the app is running without metrics —
# not that the app is down.
- targets: ["host.docker.internal:8079"]
labels:
service: ai-service
env: local