Skip to content

Commit cc8d192

Browse files
committed
Newly generated doc
1 parent dea8fd9 commit cc8d192

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/output.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ Handle request to the / endpoint.
2626

2727
| Status Code | Description | Component |
2828
|-------------|-------------|-----------|
29-
| 200 | Successful Response | string
30-
|
29+
| 200 | Successful Response | string |
3130
## GET `/v1/info`
3231

3332
> **Info Endpoint Handler**
@@ -48,8 +47,7 @@ Returns:
4847

4948
| Status Code | Description | Component |
5049
|-------------|-------------|-----------|
51-
| 200 | Successful Response | [InfoResponse](#inforesponse)
52-
|
50+
| 200 | Successful Response | [InfoResponse](#inforesponse) |
5351
## GET `/v1/models`
5452

5553
> **Models Endpoint Handler**
@@ -76,7 +74,6 @@ Returns:
7674
|-------------|-------------|-----------|
7775
| 200 | Successful Response | [ModelsResponse](#modelsresponse) |
7876
| 503 | Connection to Llama Stack is broken | |
79-
8077
## POST `/v1/query`
8178

8279
> **Query Endpoint Handler**
@@ -396,8 +393,7 @@ Prometheus format.
396393

397394
| Status Code | Description | Component |
398395
|-------------|-------------|-----------|
399-
| 200 | Successful Response | string
400-
|
396+
| 200 | Successful Response | string |
401397
---
402398

403399
# 📋 Components

0 commit comments

Comments
 (0)