hermes: clarify provider status scope

This commit is contained in:
jenkins 2026-08-13 01:45:24 -03:00
parent 53cec95667
commit fc879669d9

View File

@ -129,7 +129,7 @@
h("header", { className: "provider-status-header" },
h("div", null,
h("h1", null, "Provider Status"),
h("p", null, "The provider, model, fallback, and token activity Switchyard actually observed.")
h("p", null, "Current native provider health and the full selectable model catalog, plus historical activity Switchyard observed.")
),
h(Button, { onClick: load, disabled: loading }, loading ? "Refreshing…" : "Refresh")
),