@attribute [Route(Routes.ASSISTANT_PROMPT_OPTIMIZER)] @inherits AssistantBaseCore @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")