From f967e64490d63032d78959963ebfa10038f20e39 Mon Sep 17 00:00:00 2001 From: Sumit Jaiswal Date: Thu, 29 May 2025 12:28:10 +0530 Subject: [PATCH] update the fn comment --- llama_stack/providers/remote/inference/watsonx/watsonx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/providers/remote/inference/watsonx/watsonx.py b/llama_stack/providers/remote/inference/watsonx/watsonx.py index b7ba98c4b..989d4fddb 100644 --- a/llama_stack/providers/remote/inference/watsonx/watsonx.py +++ b/llama_stack/providers/remote/inference/watsonx/watsonx.py @@ -82,7 +82,7 @@ class WatsonXInferenceAdapter(Inference, ModelRegistryHelper): async def health(self) -> HealthResponse: """ Performs a health check by verifying connectivity to the Watsonx server. - This method is used by initialize() and the Provider API to verify + This method is used by the Provider API to verify that the service is running correctly. Returns: HealthResponse: A dictionary containing the health status.