- {{#if (eq this.menuState this.MENU_STATES.triggers)}}
-
- {{else if (eq this.menuState this.MENU_STATES.options)}}
-
- {{#each this.helperOptions as |option|}}
- {{#if (eq option.name "custom_prompt")}}
-
+ {{#if this.showAiButtons}}
+
+ {{#if (eq this.menuState this.MENU_STATES.triggers)}}
+
+
+ {{else if (eq this.menuState this.MENU_STATES.options)}}
+
+ {{#each this.helperOptions as |option|}}
+ {{#if (eq option.name "custom_prompt")}}
+
+ {{else}}
+
+ {{/if}}
+ {{/each}}
+
+
+ {{else if (eq this.menuState this.MENU_STATES.loading)}}
+
+ {{else if (eq this.menuState this.MENU_STATES.result)}}
+
+ {{#if this.suggestion}}
+
+ {{this.suggestion}}
+
+
+
+
+
{{else}}
-
+
{{/if}}
- {{/each}}
-
+
+ {{/if}}
+
+ {{/if}}
- {{else if (eq this.menuState this.MENU_STATES.loading)}}
-
- {{else if (eq this.menuState this.MENU_STATES.result)}}
-
- {{#if this.suggestion}}
-
- {{this.suggestion}}
-
-
-
-
-
- {{else}}
-
- {{/if}}
-
- {{/if}}
-
+ {{#if this.showFastEdit}}
+