@attribute [Route(Routes.ASSISTANT_PROMPT_OPTIMIZER)] @inherits AssistantBaseCore @* No default target in this assistant: the prompt guide below is a zone of its own, so a drop has to be aimed at the one it belongs to. *@ @T("Recommendations for your prompt") @if (this.ShowUpdatedPromptGuidelinesIndicator) { @T("Prompt recommendations were updated based on your latest optimization.") } @if (!this.useCustomPromptGuide) { @T("Use these recommendations, that are based on the default prompt guide, to improve your prompts. The suggestions are updated based on your latest prompt optimization.") } @if (this.useCustomPromptGuide) { @T("Use the prompt recommendations from the custom prompt guide.") } @T("View default prompt guide") @T("Use custom prompt guide") @if (this.useCustomPromptGuide) { } @T("View")