diff --git a/src/app/chatbot-design-studio/cds-dashboard/cds-canvas/actions/list/cds-action-askgpt-v2/cds-action-askgpt-v2.component.html b/src/app/chatbot-design-studio/cds-dashboard/cds-canvas/actions/list/cds-action-askgpt-v2/cds-action-askgpt-v2.component.html
index 04f3195a..c32ae978 100644
--- a/src/app/chatbot-design-studio/cds-dashboard/cds-canvas/actions/list/cds-action-askgpt-v2/cds-action-askgpt-v2.component.html
+++ b/src/app/chatbot-design-studio/cds-dashboard/cds-canvas/actions/list/cds-action-askgpt-v2/cds-action-askgpt-v2.component.html
@@ -312,7 +312,9 @@
{{"CDSCanvas.AdvancedContext" | translate}}
-
+
@@ -325,7 +327,7 @@
diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json
index ee1bc0fd..b6525dee 100644
--- a/src/assets/i18n/en.json
+++ b/src/assets/i18n/en.json
@@ -295,7 +295,7 @@
"FormatType":"Response as JSON format",
"FormatTypeDescription":"When JSON mode is turned on, the model's output is ensured to be valid JSON, except for in some edge cases that you should detect and handle appropriately.",
"Citations":"Get contents sources",
- "CitationsDescription":"Use this option to get accurate sources of documents used to generate the reply. Keep in mind that this consumes more tokens then regular KB retrieving. Max-tokens quota will be automatically adjusted to get the citations if needed.",
+ "CitationsDescription":"Use this option to get accurate sources of documents used to generate the reply.",
"EnterTheQuestion":"Enter the question",
"SelectNamespace":"Select namespace",
"SelectKnowledgeBase":"Select Knowledge Base",
@@ -349,7 +349,7 @@
"ChunkLimit":"Chunk limit",
"SystemContext":"System context",
"AdvancedContext":"Advanced context",
- "AdvancedContextDesctiption":"Here you have the most control. Be careful, the native prompt is completely overwritten. If you want to use the native 'else' connector you need to make sure to instruct your prompt to respond with when it doesn't find a satisfactory answer and always close with {context}.
E.g. You are a consultant ... <NOANS> {context}",
+ "AdvancedContextDesctiption":"Here you have the most control. Be careful, the native prompt is completely overwritten.",
"YouAreAwesomeAssistant":"You are an awesome assistant",
"Preview":"Preview",
"AnswerPreview":"Answer preview",