AI-Studio/app/MindWork AI Studio
Oliver Kunc 3202b8b629
do not discard whitespaces
Before this change, this line threw away whitespace chunks such as newlines or spaces. Token boundaries collapsed, so this corrupted both the stream and the rendering: short code blocks disappeared entirely, longer code blocks were truncated and multiple list items shared a single line.
2026-02-13 18:15:42 +01:00
..
Agents Added support for images (#609) 2025-12-30 18:30:32 +01:00
Assistants Render source URL for plugins (#660) 2026-02-10 15:23:56 +01:00
Chat Added the current date and time to the system prompt. (#628) 2026-01-18 20:36:04 +01:00
Components Fixed manual chat saving during streaming (#657) 2026-02-08 17:27:33 +01:00
Dialogs Added missing document analysis assistant features (#644) 2026-02-01 14:50:19 +01:00
Layout Added settings & features for administrators in organizations (#653) 2026-02-07 22:59:41 +01:00
Pages Render source URL for plugins (#660) 2026-02-10 15:23:56 +01:00
Plugins Render source URL for plugins (#660) 2026-02-10 15:23:56 +01:00
Provider do not discard whitespaces 2026-02-13 18:15:42 +01:00
Settings Added settings & features for administrators in organizations (#653) 2026-02-07 22:59:41 +01:00
Tools Render source URL for plugins (#660) 2026-02-10 15:23:56 +01:00
wwwroot Render source URL for plugins (#660) 2026-02-10 15:23:56 +01:00
App.razor Fixed audio handling (#631) 2026-01-18 16:01:02 +01:00
FileHandler.cs Added support for images (#609) 2025-12-30 18:30:32 +01:00
GlobalUsings.cs Added preview feature configuration (#227) 2024-12-03 21:02:37 +01:00
MindWork AI Studio.csproj Add Qdrant as vector database (#580) 2026-02-03 14:32:17 +01:00
packages.lock.json Added settings & features for administrators in organizations (#653) 2026-02-07 22:59:41 +01:00
Program.cs Add Qdrant as vector database (#580) 2026-02-03 14:32:17 +01:00
Redirect.cs Extended code analyzers (#293) 2025-02-25 19:58:17 +01:00
Routes.razor Added color themes (dark & light) (#148) 2024-09-15 12:30:07 +02:00
Routes.razor.cs Added a preview of the document analysis assistant (#561) 2025-11-24 12:37:18 +01:00