update the fn comment

This commit is contained in:
Sumit Jaiswal 2025-05-29 12:28:10 +05:30
parent bc58bbf94c
commit f967e64490
No known key found for this signature in database
GPG key ID: A4604B39D64D6AEC

View file

@ -82,7 +82,7 @@ class WatsonXInferenceAdapter(Inference, ModelRegistryHelper):
async def health(self) -> HealthResponse: async def health(self) -> HealthResponse:
""" """
Performs a health check by verifying connectivity to the Watsonx server. 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. that the service is running correctly.
Returns: Returns:
HealthResponse: A dictionary containing the health status. HealthResponse: A dictionary containing the health status.