[ACS-12037] Remove Knowledge Discovery from ACA (#5278)

* [ACS-12037] Remove Knowledge Discovery from ACA

* [ACS-12037] CR comments

* [ACS-12037] Update package-lock

* [ACS-12037] Add new rule documentation

* [ACS-12037] Fix unit tests
This commit is contained in:
Grzegorz Jaśkowski
2026-07-11 00:57:12 +02:00
committed by GitHub
parent 318a6ea43c
commit 48842513a9
73 changed files with 216 additions and 5785 deletions
+3 -34
View File
@@ -739,40 +739,9 @@
}
},
"KNOWLEDGE_RETRIEVAL": {
"SEARCH": {
"RESULTS_PAGE": {
"QUERY_INPUT_PLACEHOLDER": "Would you like to ask anything else?",
"REFERENCED_DOCUMENTS_HEADER": "Referenced documents",
"REGENERATION_BUTTON_LABEL": "Regenerate",
"COPY_BUTTON_LABEL": "Copy",
"COPY_MESSAGE": "Copied response to clipboard",
"RELOAD_REFERENCES_BUTTON_LABEL": "Reload"
},
"AGENTS_BUTTON": {
"LABEL": "Ask Discovery",
"TITLE": "Knowledge Retrieval"
},
"SEARCH_INPUT": {
"ASK_BUTTON_LABEL": "Ask",
"DEFAULT_PLACEHOLDER": "Please ask your question with as much detail as possible...",
"HIDE_INPUT": "Hide input",
"HIDE_ANSWER": "Hide answer"
},
"ERRORS": {
"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.",
"REFERENCES_LOADING_ERROR": "Something went wrong while loading the references."
},
"DISCARD_CHANGES": {
"WARNING": "Warning!",
"ASK_AI": "Ask AI",
"DO_NOT_SHOW_MESSAGE": "Don't show this message again",
"DISCARD_CONVERSATION": "Discard Conversation",
"CONVERSATION_DISCARDED": "This conversation will be discarded",
"LOSE_RESPONSE": "By asking another question you will lose your previous response"
}
"SIDENAV": {
"TITLE": "AI Agents",
"DISCOVERY": "Discovery"
}
}
}