@if (show()) {
{{ 'PAC.Copilot.PromptGenerator' | translate: { Default: 'Prompt Generator' } }}
{{ 'PAC.Copilot.PromptGeneratorDesc' | translate : { Default: 'The Prompt Generator uses the configured model to optimize prompts for higher quality and better structure. Please write clear and detailed instructions.' } }}
{{ 'PAC.Copilot.TryIt' | translate: { Default: 'Try it' } }}
@for (item of PRESET_INSTRUCTIONS; track $index) {
{{ 'PAC.Copilot.PromptGenerator.' + item.key + '.name' | translate: { Default: item.name } }}
}
{{ 'PAC.Copilot.Instructions' | translate: { Default: 'Instructions' } }}
}
{{ 'PAC.Copilot.Prompt' | translate: { Default: 'Prompt' } }}
@if (loading()) { }