From ea50da567f0af330e3d381d558a9dcb671e4d046 Mon Sep 17 00:00:00 2001 From: hart_s3 Date: Wed, 12 Nov 2025 14:59:06 +0100 Subject: [PATCH] Added function to upload documents to the profile --- app/MindWork AI Studio/Dialogs/ProfileDialog.razor | 7 ++++--- app/MindWork AI Studio/wwwroot/changelog/v0.9.53.md | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/MindWork AI Studio/Dialogs/ProfileDialog.razor b/app/MindWork AI Studio/Dialogs/ProfileDialog.razor index 8f2c65f7..b9e4e1e3 100644 --- a/app/MindWork AI Studio/Dialogs/ProfileDialog.razor +++ b/app/MindWork AI Studio/Dialogs/ProfileDialog.razor @@ -42,10 +42,10 @@ Lines="6" AutoGrow="@true" MaxLines="12" - Class="mb-3" UserAttributes="@SPELLCHECK_ATTRIBUTES" HelperText="@T("Tell the AI something about yourself. What is your profession? How experienced are you in this profession? Which technologies do you like?")" /> + + - + @T("Please be aware that your profile info becomes part of the system prompt. This means it uses up context space — the “memory” the LLM uses to understand and respond to your request. If your profile is extremely long, the LLM may struggle to focus on your actual task.") diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.53.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.53.md index 55f4a879..da7df73e 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.53.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.53.md @@ -1,3 +1,4 @@ # v0.9.53, build 228 (2025-10-xx xx:xx UTC) - Added the ability to export AI responses from the chat into Microsoft Word files. Thank you, Sabrina (`Sabrina-devops`), for your first contribution. +- Added the ability to directly upload documents into the profile. - Removed the character limit for profiles \ No newline at end of file