From 226780674a64991a6cbc50e6df2b6ab2b1abb43a Mon Sep 17 00:00:00 2001 From: Nick Vigilante Date: Wed, 19 Aug 2026 10:29:50 -0400 Subject: [PATCH] docs: Fix broken callout on the AI Gateway Monitoring page The callout on this page is broken, as flagged by Atif. This PR moves the callout out of the `
` block to avoid the broken formatting. Fixes DOCS-679 --- docs/ai-coder/ai-gateway/monitoring.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/ai-coder/ai-gateway/monitoring.md b/docs/ai-coder/ai-gateway/monitoring.md index 8cb9670899852..5f888c5961c47 100644 --- a/docs/ai-coder/ai-gateway/monitoring.md +++ b/docs/ai-coder/ai-gateway/monitoring.md @@ -198,12 +198,13 @@ curl -X GET "https://coder.example.com/api/v2/ai-gateway/sessions" \ Available query filters: - `client` - Filter by client name. -
- Possible client values > [!NOTE] > Client classification is done on best effort basis using the `User-Agent` header; - not all clients send these headers in an easily-identifiable manner. + > not all clients send these headers in an easily-identifiable manner. + +
+ Possible client values - `Claude Code` - `Codex` @@ -217,7 +218,8 @@ Available query filters: - `OpenCode` - `Unknown` -

+
+ - `initiator` - Filter by user ID or username - `provider` - Filter by AI provider (e.g., `openai`, `anthropic`) - `model` - Filter by model name