|
890 | 890 | "providers" |
891 | 891 | ], |
892 | 892 | "summary": "Get Provider Endpoint Handler", |
893 | | - "description": "Retrieve a single provider by its unique ID.\n\nReturns:\n ProviderResponse: Provider details.\n\nRaises:\n HTTPException:\n - 401: Authentication failed\n - 403: Authorization failed\n - 404: Provider not found\n - 500: Lightspeed Stack configuration not loaded\n - 503: Unable to connect to Llama Stack", |
| 893 | + "description": "Retrieve a single provider identified by its unique ID.\n\nReturns:\n ProviderResponse: Provider details.\n\nRaises:\n HTTPException:\n - 401: Authentication failed\n - 403: Authorization failed\n - 404: Provider not found\n - 500: Lightspeed Stack configuration not loaded\n - 503: Unable to connect to Llama Stack", |
894 | 894 | "operationId": "get_provider_endpoint_handler_v1_providers__provider_id__get", |
895 | 895 | "parameters": [ |
896 | 896 | { |
|
1170 | 1170 | "rags" |
1171 | 1171 | ], |
1172 | 1172 | "summary": "Get Rag Endpoint Handler", |
1173 | | - "description": "Retrieve a single RAG by its unique ID.\n\nAccepts both user-facing rag_id (from LCORE config) and llama-stack\nvector_store_id. If a rag_id from config is provided, it is resolved\nto the underlying vector_store_id for the llama-stack lookup.\n\nReturns:\n RAGInfoResponse: A single RAG's details.\n\nRaises:\n HTTPException:\n - 401: Authentication failed\n - 403: Authorization failed\n - 404: RAG with the given ID not found\n - 500: Lightspeed Stack configuration not loaded\n - 503: Unable to connect to Llama Stack", |
| 1173 | + "description": "Retrieve a single RAG identified by its unique ID.\n\nAccepts both user-facing rag_id (from LCORE config) and llama-stack\nvector_store_id. If a rag_id from config is provided, it is resolved\nto the underlying vector_store_id for the llama-stack lookup.\n\nReturns:\n RAGInfoResponse: A single RAG's details.\n\nRaises:\n HTTPException:\n - 401: Authentication failed\n - 403: Authorization failed\n - 404: RAG with the given ID not found\n - 500: Lightspeed Stack configuration not loaded\n - 503: Unable to connect to Llama Stack", |
1174 | 1174 | "operationId": "get_rag_endpoint_handler_v1_rags__rag_id__get", |
1175 | 1175 | "parameters": [ |
1176 | 1176 | { |
|
2489 | 2489 | "conversations_v1" |
2490 | 2490 | ], |
2491 | 2491 | "summary": "Conversation Get Endpoint Handler V1", |
2492 | | - "description": "Handle request to retrieve a conversation by ID using Conversations API.\n\nRetrieve a conversation's chat history by its ID using the LlamaStack\nConversations API. This endpoint fetches the conversation items from\nthe backend, simplifies them to essential chat history, and returns\nthem in a structured response. Raises HTTP 400 for invalid IDs, 404\nif not found, 503 if the backend is unavailable, and 500 for\nunexpected errors.\n\nArgs:\n request: The FastAPI request object\n conversation_id: Unique identifier of the conversation to retrieve\n auth: Authentication tuple from dependency\n\nReturns:\n ConversationResponse: Structured response containing the conversation\n ID and simplified chat history", |
| 2492 | + "description": "Handle request to retrieve a conversation identified by ID using Conversations API.\n\nRetrieve a conversation's chat history by its ID using the LlamaStack\nConversations API. This endpoint fetches the conversation items from\nthe backend, simplifies them to essential chat history, and returns\nthem in a structured response. Raises HTTP 400 for invalid IDs, 404\nif not found, 503 if the backend is unavailable, and 500 for\nunexpected errors.\n\nArgs:\n request: The FastAPI request object\n conversation_id: Unique identifier of the conversation to retrieve\n auth: Authentication tuple from dependency\n\nReturns:\n ConversationResponse: Structured response containing the conversation\n ID and simplified chat history", |
2493 | 2493 | "operationId": "get_conversation_endpoint_handler_v1_conversations__conversation_id__get", |
2494 | 2494 | "parameters": [ |
2495 | 2495 | { |
|
3179 | 3179 | "conversations_v2" |
3180 | 3180 | ], |
3181 | 3181 | "summary": "Get Conversation Endpoint Handler", |
3182 | | - "description": "Handle request to retrieve a conversation by ID.", |
| 3182 | + "description": "Handle request to retrieve a conversation identified by its ID.", |
3183 | 3183 | "operationId": "get_conversation_endpoint_handler_v2_conversations__conversation_id__get", |
3184 | 3184 | "parameters": [ |
3185 | 3185 | { |
|
0 commit comments