$instructions.=$this->t("System prompt (or system message) enables define a character of the assistant or provide context information for the conversation. </br>".
"AIChat have many different ways to configure it: </br><ul>\n".
"<li><strong>Simple text</strong> - system message will be the same across all conversations of the same type (easiest to setup, but not configurable for each conversation, so not recommended)</li>\n".
"<li><strong>Text field</strong> - system message is configurable in a standard Drupal text field for each separate conversation.</li>\n".
"<li>Reference field to the prompt provided by <strong>AI prompt engineering module</strong> - highest level of configurability provided by the module finetuned for prompt engineering</li>\n".
$instructions='<bold>'.$this->t('Please create at least one text field for this conversation type, and then you will be able to select it here.').'</bold>';
$instructions=$this->t('Please install AI prompt engineering module, and its content or config prompt storage sub-modules.');
}
else{
$instructions=$this->t('Please create at least one AI Prompt reference field for this conversation type, and then you will be able to select it here.');