Bugfixes & Improvements :
- Builder : Update workspaces list display, include owner name & labels
- AIK : Update ai knowledge agents list display, include owner name & labels
- AIK : Fix document upload with
POST /documentAPI and multipart/form-data format.
- AIS : Failed messages (because of LLM outage, invalid LLM request, invalid document format, ...) are no longer removed from conversation history (but they are still not sent within next LLM requests). This allows creating a new conversation when the first message failed (which used to keep the existing conversation as it was still empty after removing the failed message)
- prismeai-runtime : Runtime contexts management refactored
- Builder : Add new
lowerandupperDSUL functions