@attribute [Route(Routes.ASSISTANT_PROMPT_OPTIMIZER)] @inherits AssistantBaseCore @T("Prompt Recommendations") @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 the clarity, directness, and relevance of 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 that was provided by the user.") } @T("View default prompt guide") @T("Use custom prompt guide") @if (this.useCustomPromptGuide) { } @T("View")