mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +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:
|
||||
"""
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue