@attribute [Route(Routes.ASSISTANT_META_ASSISTANT)] @using AIStudio.Tools.PluginSystem.Assistants.DataModel @inherits AssistantBaseCore @if (this.step is BuilderStep.DESCRIBE) {
@T("Advanced Options")
@foreach (var component in ASSISTANT_COMPONENT_OPTIONS) { @component.GetDisplayName() }
} else { @T("Assistant draft") @T("Review draft") @T("Back to description") @if (this.step is BuilderStep.DONE) { @T("Edit draft") } }