We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15f4fec + 8ea51ec commit f814439Copy full SHA for f814439
1 file changed
docs/openapi.md
@@ -44,6 +44,7 @@ Lightspeed Core Service (LCS) service API specification.
44
| DELETE | `/v2/conversations/{conversation_id}` | Delete a conversation identified by its ID |
45
| PUT | `/v2/conversations/{conversation_id}` | Update a conversation topic summary by ID |
46
| POST | `/v1/infer` | Serves requests from the RHEL Lightspeed Command Line Assistant (CLA) |
47
+| POST | `/v1/responses` | Handle request to the /responses endpoint using Responses API (LCORE specification) |
48
| GET | `/readiness` | Returns service readiness state |
49
| GET | `/liveness` | Returns liveness status of the service |
50
| POST | `/authorized` | Returns the authenticated user's ID and username |
0 commit comments