diff --git a/app/MindWork AI Studio/Components/AttachDocuments.razor.cs b/app/MindWork AI Studio/Components/AttachDocuments.razor.cs index 6ed6b104..cf6e1010 100644 --- a/app/MindWork AI Studio/Components/AttachDocuments.razor.cs +++ b/app/MindWork AI Studio/Components/AttachDocuments.razor.cs @@ -167,7 +167,7 @@ public partial class AttachDocuments : MSGComponentBase } /// - /// The user might want to check what the Pandoc integration actually extracts from his file and therefore gives the LLM as input. + /// The user might want to check what we actually extract from his file and therefore give the LLM as an input. /// /// The file to check. private async Task InvestigateFile(FileInfo file)