mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-04 17:02:56 +00:00
Co-authored-by: krut_ni <nils.kruthoff@dlr.de> Co-authored-by: Thorsten Sommer <mail@tsommer.org>
4 lines
218 B
Plaintext
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> |