Enhanced AI Fill and Report Editing Experience
Today's updates focused on improving the AI fill process and refining the report editing experience. We significantly enhanced the AI's ability to extract data from environmental reports by providing more context and clearer instructions, especially for Norwegian reports. This includes better hints, vocabulary, and handling of units and conventions. The 'chat about this value' feature also received a boost with an increased step budget, allowing for more thorough AI assistance.
We addressed a bug where files exceeding the maximum limit weren't being properly considered by the AI, ensuring complete data access for report generation. The system also now intelligently skips unnecessary data retrieval tool calls when all files are inlined, reducing token usage and latency. Additionally, we fixed an issue where the conversation ID in chat requests was not being correctly passed, leading to errors.
Finally, the report editor was visually decluttered by isolating it from the active theme's colors, providing a more neutral authoring environment. We also replaced the stacked modal for file viewing with a more intuitive master-detail layout within the sources sheet, improving the overall user experience.
View source activity
Commits (3)
- feat(ai-fill): improve seed template hints + chat step budget (LOT-57) (#191)
- Follow-ups: AI fill MAX_FILES bug, chat conversationId race, FileViewer a11y (#190)
- fix(reports): isolate editor from theme + master-detail file viewer (#189)
Pull Requests (3)
- #191: feat(ai-fill): improve seed template hints + chat step budget (LOT-57)
- #190: Follow-ups: AI fill MAX_FILES bug, chat conversationId race, FileViewer a11y
- #189: fix(reports): isolate editor from theme + master-detail file viewer