mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-11033] Knowledge Retrieval answer page displays general error instead of response (#5044)
* [ACS-11033] fix not displayed answer bug, improve unit test coverage * [ACS-11033] replace deprecated retryWhen * [ACS-11033] use search API for fetching ai references * [ACS-11033] cr fixes * [ACS-11033] copilot cr fixes * [ACS-11033] undo accidental change * [ACS-11033] copilot cr fixes 2 * [ACS-11033] cr fixes 2
This commit is contained in:
@@ -710,7 +710,8 @@
|
||||
"REFERENCED_DOCUMENTS_HEADER": "Referenced documents",
|
||||
"REGENERATION_BUTTON_LABEL": "Regenerate",
|
||||
"COPY_BUTTON_LABEL": "Copy",
|
||||
"COPY_MESSAGE": "Copied response to clipboard"
|
||||
"COPY_MESSAGE": "Copied response to clipboard",
|
||||
"RELOAD_REFERENCES_BUTTON_LABEL": "Reload"
|
||||
},
|
||||
"AGENTS_BUTTON": {
|
||||
"LABEL": "Ask Discovery",
|
||||
@@ -726,7 +727,8 @@
|
||||
"AGENTS_FETCHING": "Error while fetching agents.",
|
||||
"HX_INSIGHT_URL_FETCHING": "Error while fetching HX Insight URL.",
|
||||
"LOADING_ERROR": "Hmm... something seems to have gone wrong.",
|
||||
"PAGE_NOT_AVAILABLE_ERROR": "Page is not available for these conditions."
|
||||
"PAGE_NOT_AVAILABLE_ERROR": "Page is not available for these conditions.",
|
||||
"REFERENCES_LOADING_ERROR": "Something went wrong while loading the references."
|
||||
},
|
||||
"DISCARD_CHANGES": {
|
||||
"WARNING": "Warning!",
|
||||
|
||||
Reference in New Issue
Block a user