From f7a32bff0e9b3bf3f24e4b07ceaa7ca0cf8a3bbf Mon Sep 17 00:00:00 2001 From: nilskruthoff <69095224+nilskruthoff@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:18:25 +0200 Subject: [PATCH] Added the beta tag to the assistant builder (#836) --- .../Assistants/Builder/AssistantBuilder.razor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/MindWork AI Studio/Assistants/Builder/AssistantBuilder.razor b/app/MindWork AI Studio/Assistants/Builder/AssistantBuilder.razor index adc84ac3..965837c9 100644 --- a/app/MindWork AI Studio/Assistants/Builder/AssistantBuilder.razor +++ b/app/MindWork AI Studio/Assistants/Builder/AssistantBuilder.razor @@ -3,6 +3,8 @@ @using AIStudio.Tools.PluginSystem.Assistants.DataModel @inherits AssistantBaseCore + + @if (this.step is BuilderStep.DESCRIBE) {