fix(ui): add missing cost-optimization page description on rc/1.94.0

The cost-optimization page was backported onto this line with its leftnav
entry but without its pageDescriptions entry, so page_utils.test.ts failed
two assertions: the page fell back to the "No description available"
placeholder, and it showed up in missingDescriptions.

Restores the entry verbatim from litellm_internal_staging, which makes
page_metadata.ts byte-identical to staging.
This commit is contained in:
Yuneng Jiang 2026-07-28 10:34:42 -07:00
parent fb4468904a
commit 6204fa0648
No known key found for this signature in database

View file

@ -19,6 +19,7 @@ export const pageDescriptions: Record<string, string> = {
"tool-policies": "Configure tool use policies and permissions",
"vector-stores": "Manage vector databases for embeddings",
new_usage: "View usage analytics and metrics",
"cost-optimization": "Track and configure cost-saving features: prompt compression, caching, and auto routing",
logs: "Access request and response logs",
"guardrails-monitor": "Monitor guardrail performance and view logs",
users: "Manage internal user accounts and permissions",