@@ -760,8 +760,8 @@ Example:
760760
761761| Field | Type | Description |
762762| -------| ------| -------------|
763- | conversation_id | string | |
764- | chat_history | array | |
763+ | conversation_id | string | Conversation ID (UUID) |
764+ | chat_history | array | The simplified chat history as a list of conversation turns |
765765
766766
767767## ConversationsListResponse
@@ -931,7 +931,7 @@ Example:
931931
932932| Field | Type | Description |
933933| -------| ------| -------------|
934- | response | string | |
934+ | response | string | The response of the feedback request. |
935935
936936
937937## FeedbackStatusUpdateRequest
@@ -989,7 +989,7 @@ Model representing response for forbidden access.
989989
990990| Field | Type | Description |
991991| -------| ------| -------------|
992- | detail | string | |
992+ | detail | string | Details about the authorization issue |
993993
994994
995995## HTTPValidationError
@@ -1247,7 +1247,7 @@ Attributes:
12471247| -------| ------| -------------|
12481248| conversation_id | | The optional conversation ID (UUID) |
12491249| response | string | Response from LLM |
1250- | rag_chunks | array | |
1250+ | rag_chunks | array | List of RAG chunks used to generate the response |
12511251| tool_calls | | List of tool calls made during response generation |
12521252| referenced_documents | array | List of documents referenced in generating the response |
12531253
@@ -1363,8 +1363,8 @@ Example:
13631363
13641364| Field | Type | Description |
13651365| -------| ------| -------------|
1366- | functionality | string | |
1367- | status | object | |
1366+ | functionality | string | The functionality of the service |
1367+ | status | object | The status of the service |
13681368
13691369
13701370## TLSConfiguration
@@ -1401,7 +1401,7 @@ Model representing response for missing or invalid credentials.
14011401
14021402| Field | Type | Description |
14031403| -------| ------| -------------|
1404- | detail | string | |
1404+ | detail | string | Details about the authorization issue |
14051405
14061406
14071407## UserDataCollection
0 commit comments