From 36f8f6364a713bb229baeb918796295bcb854ef9 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 25 Feb 2026 14:28:53 -0800 Subject: [PATCH] Update docs/my-website/docs/proxy/request_tags.md Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- docs/my-website/docs/proxy/request_tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy/request_tags.md b/docs/my-website/docs/proxy/request_tags.md index fe3ecb87a9b..d6895d89711 100644 --- a/docs/my-website/docs/proxy/request_tags.md +++ b/docs/my-website/docs/proxy/request_tags.md @@ -106,7 +106,7 @@ curl -X POST 'http://0.0.0.0:4000/chat/completions' \ The `tags` field must be an array of strings. :::info -When tags are provided via header or request body, they override any tags configured in the model deployment. +When tags are provided via header or request body, they override any tags configured in the model deployment. If both header and body tags are provided, body tags take precedence. ::: ## Set Tags on Keys or Teams