@inherits SettingsPanelBase @T("Your Chat Templates") @T("Customize your AI experience with chat templates. Whether you want to experiment with prompt engineering, simply use a custom system prompt in the standard chat interface, or create a specialized assistant, our templates give you full control. Similar to common AI companies' playgrounds, you can define your own system prompts and leverage assistant prompts for providers that support them.") @T("Note: This advanced feature is designed for users familiar with prompt engineering concepts. Furthermore, you have to make sure yourself that your chosen provider supports the use of assistant prompts.") # @T("Chat Template Name") @T("Actions") @context.Num @context.Name @if(this.SettingsManager.ConfigurationData.ChatTemplates.Count == 0) { @T("No chat templates configured yet.") } @T("Add Chat Template")