From b692e87836f616dc906de7fc963a321cb851ae89 Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Sat, 13 Dec 2025 12:54:00 -0800 Subject: [PATCH] Agent doc fix --- docs/my-website/docs/proxy/agent_usage.md | 2 +- docs/my-website/sidebars.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy/agent_usage.md b/docs/my-website/docs/proxy/agent_usage.md index 9d8017e17f5..238945c342e 100644 --- a/docs/my-website/docs/proxy/agent_usage.md +++ b/docs/my-website/docs/proxy/agent_usage.md @@ -6,7 +6,7 @@ import TabItem from '@theme/TabItem'; Track and visualize agent-level spend directly in the dashboard. Monitor agent usage analytics, spend logs, and activity metrics to understand how your A2A agents are consuming LLM resources. -This feature is **available in v1.80.8-stable and above**. +This feature is **available in v1.80.10-stable and above**. ## Overview diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 22477a8f96f..3f4cb6f588d 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -313,6 +313,7 @@ const sidebars = { "proxy/tag_budgets", "proxy/customers", "proxy/customer_usage", + "proxy/agent_usage", "proxy/dynamic_rate_limit", "proxy/rate_limit_tiers", "proxy/temporary_budget_increase",