This commit is contained in:
Thorsten Sommer 2025-12-04 19:21:12 +01:00
parent d406ad9aae
commit 2b6aa8a06e
No known key found for this signature in database
GPG Key ID: B0B7E2FC074BF1F5

View File

@ -167,7 +167,7 @@ public partial class AttachDocuments : MSGComponentBase
}
/// <summary>
/// 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.
/// </summary>
/// <param name="file">The file to check.</param>
private async Task InvestigateFile(FileInfo file)