mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
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:
parent
fb4468904a
commit
6204fa0648
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue