mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 14:49:06 +00:00
Added send button
This commit is contained in:
parent
a8c35f4d07
commit
c43019fbd4
@ -20,7 +20,7 @@
|
||||
</div>
|
||||
|
||||
<MudPaper Style="flex: 0 0 auto;">
|
||||
<MudTextField T="string" Variant="Variant.Filled" AutoGrow="@true" Lines="3" MaxLines="12" Label="Your Prompt" Placeholder="Type your question here...">
|
||||
<MudTextField T="string" Variant="Variant.Filled" AutoGrow="@true" Lines="3" MaxLines="12" Label="Your Prompt" Placeholder="Type your question here..." Adornment="Adornment.End" AdornmentIcon="@Icons.Material.Filled.Send" OnAdornmentClick="() => this.SendMessage()">
|
||||
</MudTextField>
|
||||
</MudPaper>
|
||||
</div>
|
@ -4,4 +4,7 @@ namespace AIStudio.Components.Pages;
|
||||
|
||||
public partial class Chat : ComponentBase
|
||||
{
|
||||
private async Task SendMessage()
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user