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.