@attribute [Route(Routes.ASSISTANT_PROMPT_OPTIMIZER)] @inherits AssistantBaseCore @T("Prompt Recommendations") @if (this.ShowUpdatedPromptGuidelinesIndicator) { } @if (!this.useCustomPromptGuide) { @T("Use these recommendations, that are based on our own prompt guide, to improve the clarity, directness, and relevance of your prompts. The suggestions are updated based on your latest prompt optimization.") } @T("View default prompt guide") @T("Use custom prompt guide") @if (this.useCustomPromptGuide) { } @T("View")