AI-Studio/app/MindWork AI Studio/Components/ReadFileContent.razor

4 lines
212 B
Plaintext

@inherits MSGComponentBase
<MudButton StartIcon="@Icons.Material.Filled.Description" OnClick="async () => await this.SelectFile()" Variant="Variant.Filled" Class="mb-3">
Use PDF content as input"
</MudButton>