added beta tag to the builder

This commit is contained in:
krut_ni 2026-07-06 13:59:57 +02:00
parent 5ea2d35dcd
commit 2ccd61ddbb
No known key found for this signature in database
GPG Key ID: A5C0151B4DDB172C

View File

@ -3,6 +3,8 @@
@using AIStudio.Tools.PluginSystem.Assistants.DataModel
@inherits AssistantBaseCore<AIStudio.Dialogs.Settings.NoSettingsPanel>
<PreviewBeta ApplyInnerScrollingFix="true"/>
@if (this.step is BuilderStep.DESCRIBE)
{
<MudTextField T="string" @bind-Text="@this.assistantDescription" Validation="@this.ValidateAssistantDescription" AdornmentIcon="@Icons.Material.Filled.AutoAwesome" Adornment="Adornment.Start" Label="@T("Describe your assistant")" HelperText="@T("Describe the task, inputs, and desired output in your own words. The model will infer all the plugin details.")" Placeholder="@T("I need an assistant that turns meeting notes into clear tasks with owners and deadlines.")" Variant="Variant.Outlined" Lines="8" AutoGrow="@true" MaxLines="18" Class="mb-3" UserAttributes="@USER_INPUT_ATTRIBUTES"/>