mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 19:04:19 +00:00
update the fn comment
This commit is contained in:
parent
bc58bbf94c
commit
f967e64490
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue