AI-Studio/app/MindWork AI Studio/Components/ReadFileContent.razor
nilskruthoff aaedf667fe
Allow loading any document in some assistants (#508)
Co-authored-by: krut_ni <nils.kruthoff@dlr.de>
Co-authored-by: Thorsten Sommer <mail@tsommer.org>
2025-06-30 18:56:48 +02:00

4 lines
218 B
Plaintext

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