AI-Studio/app/MindWork AI Studio/Pages
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
..
_Imports.razor Added preview feature configuration (#227) 2024-12-03 21:02:37 +01:00
Assistants.razor Added the Batch Processing Assistant 2026-08-09 18:05:18 +02:00
Assistants.razor.cs Added support for organization-approved assistant plugins (#821) 2026-07-05 15:20:29 +02:00
Chat.razor Added the option to search for chats in all workspaces (#795) 2026-06-04 19:34:52 +02:00
Chat.razor.cs Added the option to search for chats in all workspaces (#795) 2026-06-04 19:34:52 +02:00
Home.razor Added enterprise settings to hide the Vision and Last Changelog panels on the home page (#860) 2026-07-15 13:27:34 +02:00
Home.razor.cs Added enterprise settings to hide the Vision and Last Changelog panels on the home page (#860) 2026-07-15 13:27:34 +02:00
Information.razor Added export and import of plugin archives (#885) 2026-08-06 10:42:20 +02:00
Information.razor.cs Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
Plugins.razor Added export and import of plugin archives (#885) 2026-08-06 10:42:20 +02:00
Plugins.razor.cs Added export and import of plugin archives (#885) 2026-08-06 10:42:20 +02:00
Settings.razor Added support for organization-managed provider confidence settings (#815) 2026-06-21 11:52:02 +02:00
Settings.razor.cs Added transcription providers (#619) 2026-01-09 12:45:21 +01:00
Supporters.razor Improved German translations and localization code (#458) 2025-05-12 20:57:03 +02:00
Supporters.razor.cs Added I18N assistant for localization of AI Studio content (#422) 2025-04-26 18:55:23 +02:00
Writer.razor Fixed the component set for the chat and writer page (#648) 2026-02-01 19:30:41 +01:00
Writer.razor.cs Fixed error messages for provider requests (#778) 2026-05-25 17:32:54 +02:00