We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a62476 commit f04e860Copy full SHA for f04e860
1 file changed
src/app/endpoints/info.py
@@ -44,6 +44,12 @@ async def info_endpoint_handler(
44
Process GET requests to the /info endpoint, returning the
45
service name, version and Llama-stack version.
46
47
+ Raises:
48
+ HTTPException: with status 500 and a detail object
49
+ containing `response` and `cause` when unable to connect to
50
+ Llama Stack. It can also return status 401 or 403 for
51
+ unauthorized access.
52
+
53
Returns:
54
InfoResponse: An object containing the service's name and version.
55
"""
0 commit comments