AI-Studio/app/MindWork AI Studio/Dialogs
j-erler 05790e8af4 Added the Batch Processing Assistant
The assistant processes all documents of a folder in one batch run. Each
document is extracted to Markdown by the Rust runtime and sent to the
selected provider together with the user's instructions.

The instructions come from one of three sources: a free prompt, one of
the existing document analysis policies including its minimum provider
confidence, or a file the user imports.

The output is either one Markdown file per document, or one CSV results
table in which each answer becomes a row. The user can name the results
table; its columns are the document and the answer.

Every run writes a log named log.csv with the document, time, model,
status, and the reason for any error. When a later run finds a log in
the output folder, the assistant asks whether to continue it. Continuing
processes only the documents that failed or whose results no longer
exist, which recovers runs interrupted by a crash or by documents
exceeding the context window of the model. A single failing document
never stops the run, and the run can be canceled at any time.

Columns are separated by a vertical bar and quoted per RFC 4180, so that
the files open in spreadsheet applications regardless of the list
separator of the user. Documents are identified by their path relative
to the input folder, because two subfolders may contain a document of
the same name.

Includes the English and German localization.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-09 18:05:18 +02:00
..
Settings Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
_Imports.razor Refactor components (#80) 2024-08-21 08:30:01 +02:00
AssistantDraftDialog.razor Added a no-code assistant builder (#823) 2026-07-05 17:48:00 +02:00
AssistantDraftDialog.razor.cs Added a no-code assistant builder (#823) 2026-07-05 17:48:00 +02:00
AssistantPluginAuditDialog.razor Added support for organization-approved assistant plugins (#821) 2026-07-05 15:20:29 +02:00
AssistantPluginAuditDialog.razor.cs Assistant Builder improvements (#851) 2026-07-15 21:00:25 +02:00
AssistantPluginAuditDialogResult.cs Added assistant plugins (#659) 2026-04-09 10:01:24 +02:00
AssistantPluginEditorDialog.razor Fixed plugin code issues scrolling out of view (#889) 2026-08-06 12:30:23 +02:00
AssistantPluginEditorDialog.razor.cs Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
AssistantPluginRevisionDialog.razor Assistant Builder improvements (#851) 2026-07-15 21:00:25 +02:00
AssistantPluginRevisionDialog.razor.cs Assistant Builder improvements (#851) 2026-07-15 21:00:25 +02:00
BatchProcessingResumeDialog.razor Added the Batch Processing Assistant 2026-08-09 18:05:18 +02:00
BatchProcessingResumeDialog.razor.cs Added the Batch Processing Assistant 2026-08-09 18:05:18 +02:00
ChatTemplateDialog.razor Added a read-only view for managed profiles and chat templates (#813) 2026-06-20 17:06:43 +02:00
ChatTemplateDialog.razor.cs Added a read-only view for managed profiles and chat templates (#813) 2026-06-20 17:06:43 +02:00
ConfirmDialog.razor Added audio and video transcription for chats and assistants (#856) 2026-07-15 12:53:30 +02:00
ConfirmDialog.razor.cs Added audio and video transcription for chats and assistants (#856) 2026-07-15 12:53:30 +02:00
DataSourceERI_V1Dialog.razor Add configuration for maximum matches per query across data sources (#484) 2025-05-26 19:53:31 +02:00
DataSourceERI_V1Dialog.razor.cs Configure ERI servers in config plugins (#767) 2026-05-18 16:26:51 +02:00
DataSourceERI_V1InfoDialog.razor Configure ERI servers in config plugins (#767) 2026-05-18 16:26:51 +02:00
DataSourceERI_V1InfoDialog.razor.cs Configure ERI servers in config plugins (#767) 2026-05-18 16:26:51 +02:00
DataSourceERIV1UsernamePasswordExportDialog.razor Configure ERI servers in config plugins (#767) 2026-05-18 16:26:51 +02:00
DataSourceERIV1UsernamePasswordExportDialog.razor.cs Configure ERI servers in config plugins (#767) 2026-05-18 16:26:51 +02:00
DataSourceERIV1UsernamePasswordExportDialogResult.cs Configure ERI servers in config plugins (#767) 2026-05-18 16:26:51 +02:00
DataSourceLocalDirectoryDialog.razor Added description fields to local data sources (#583) 2025-12-08 20:53:46 +01:00
DataSourceLocalDirectoryDialog.razor.cs Added support for organization-trusted providers (#816) 2026-06-21 15:16:37 +02:00
DataSourceLocalDirectoryInfoDialog.razor Added description fields to local data sources (#583) 2025-12-08 20:53:46 +01:00
DataSourceLocalDirectoryInfoDialog.razor.cs Added support for organization-trusted providers (#816) 2026-06-21 15:16:37 +02:00
DataSourceLocalFileDialog.razor Added description fields to local data sources (#583) 2025-12-08 20:53:46 +01:00
DataSourceLocalFileDialog.razor.cs Added support for organization-trusted providers (#816) 2026-06-21 15:16:37 +02:00
DataSourceLocalFileInfoDialog.razor Added description fields to local data sources (#583) 2025-12-08 20:53:46 +01:00
DataSourceLocalFileInfoDialog.razor.cs Added support for organization-trusted providers (#816) 2026-06-21 15:16:37 +02:00
DialogOptions.cs Improved the dialog for moving chats into workspaces (#796) 2026-06-06 10:06:41 +02:00
DocumentCheckDialog.razor Improved file attachment handling in assistants & dialogs (#840) 2026-07-06 20:27:25 +02:00
DocumentCheckDialog.razor.cs Added support for images (#609) 2025-12-30 18:30:32 +01:00
EmbeddingMethodDialog.razor Added more text content to the localization (#469) 2025-05-18 21:31:15 +02:00
EmbeddingMethodDialog.razor.cs Removed unused imports (#471) 2025-05-18 21:46:04 +02:00
EmbeddingProviderDialog.razor Fixed several provider dialog issues (#629) 2026-01-18 17:15:18 +01:00
EmbeddingProviderDialog.razor.cs Fixed self-hosted provider API key handling (#811) 2026-06-20 15:55:09 +02:00
EmbeddingResultDialog.razor Added embedding API (#654) 2026-02-20 15:32:54 +01:00
EmbeddingResultDialog.razor.cs Added embedding API (#654) 2026-02-20 15:32:54 +01:00
InformationDialog.razor Added export and import of plugin archives (#885) 2026-08-06 10:42:20 +02:00
InformationDialog.razor.cs Added export and import of plugin archives (#885) 2026-08-06 10:42:20 +02:00
MandatoryInfoDialog.razor Added an option for mandatory terms of use dialogs (#725) 2026-04-10 17:11:05 +02:00
MandatoryInfoDialog.razor.cs Added an option for mandatory terms of use dialogs (#725) 2026-04-10 17:11:05 +02:00
PandocDialog.razor Fixed chat issue with HTML code (#679) 2026-02-26 08:51:22 +01:00
PandocDialog.razor.cs Improved Pandoc handling on dev environments (#634) 2026-01-20 10:34:04 +01:00
PluginImportDialog.razor Added export and import of plugin archives (#885) 2026-08-06 10:42:20 +02:00
PluginImportDialog.razor.cs Added export and import of plugin archives (#885) 2026-08-06 10:42:20 +02:00
ProfileDialog.razor Added a read-only view for managed profiles and chat templates (#813) 2026-06-20 17:06:43 +02:00
ProfileDialog.razor.cs Added a read-only view for managed profiles and chat templates (#813) 2026-06-20 17:06:43 +02:00
PromptingGuidelineDialog.razor Added a prompt optimization assistant (#709) 2026-04-15 19:40:53 +02:00
PromptingGuidelineDialog.razor.cs Added a prompt optimization assistant (#709) 2026-04-15 19:40:53 +02:00
ProviderDialog.razor Fixed the dialog for adding providers (#837) 2026-07-06 15:19:10 +02:00
ProviderDialog.razor.cs Fixed the dialog for adding providers (#837) 2026-07-06 15:19:10 +02:00
RetrievalProcessDialog.razor Added more text content to the localization (#469) 2025-05-18 21:31:15 +02:00
RetrievalProcessDialog.razor.cs Added more text content to the localization (#469) 2025-05-18 21:31:15 +02:00
ReviewAttachmentsDialog.razor Added support for images (#609) 2025-12-30 18:30:32 +01:00
ReviewAttachmentsDialog.razor.cs Added support for images (#609) 2025-12-30 18:30:32 +01:00
ShortcutDialog.razor Manage global shortcuts (#635) 2026-01-24 20:05:34 +01:00
ShortcutDialog.razor.cs Improved voice recording shortcut labels (#800) 2026-06-09 20:11:32 +02:00
ShortcutDialogResult.cs Improved voice recording shortcut labels (#800) 2026-06-09 20:11:32 +02:00
SingleInputDialog.razor Improved single-input dialog (#665) 2026-02-16 13:36:53 +01:00
SingleInputDialog.razor.cs Improved the dialog for moving chats into workspaces (#796) 2026-06-06 10:06:41 +02:00
TranscriptionProviderDialog.razor Fixed several provider dialog issues (#629) 2026-01-18 17:15:18 +01:00
TranscriptionProviderDialog.razor.cs Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
UpdateDialog.razor Fixed chat issue with HTML code (#679) 2026-02-26 08:51:22 +01:00
UpdateDialog.razor.cs Add German localization (#430) 2025-04-27 16:13:15 +02:00
UpdateInstructionsDialog.razor Improved enterprise update policies & Flatpak support (#853) 2026-07-13 13:35:24 +02:00
UpdateInstructionsDialog.razor.cs Improved enterprise update policies & Flatpak support (#853) 2026-07-13 13:35:24 +02:00
WorkspaceSelectionDialog.razor Improved the dialog for moving chats into workspaces (#796) 2026-06-06 10:06:41 +02:00
WorkspaceSelectionDialog.razor.cs Improved the dialog for moving chats into workspaces (#796) 2026-06-06 10:06:41 +02:00