From b861c01a201c0c047d3b06de7ffa94ea5b18c9b2 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Sat, 7 Mar 2026 18:32:24 -0800 Subject: [PATCH] Update litellm/proxy/agent_endpoints/endpoints.py Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- litellm/proxy/agent_endpoints/endpoints.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/litellm/proxy/agent_endpoints/endpoints.py b/litellm/proxy/agent_endpoints/endpoints.py index e0edaed662d..eef969951a0 100644 --- a/litellm/proxy/agent_endpoints/endpoints.py +++ b/litellm/proxy/agent_endpoints/endpoints.py @@ -105,8 +105,7 @@ async def get_agents( request: Request, health_check: bool = Query( False, - description="When true, performs a GET request to each agent's URL and only returns agents with reachable URLs.", - ), + description="When true, performs a GET request to each agent's URL. Agents with reachable URLs (HTTP status < 500) and agents without a URL are returned; unreachable agents are filtered out.", user_api_key_dict: UserAPIKeyAuth = Depends(user_api_key_auth), # Used for auth ): """