Replace keyword relevance detection with LLM-based intent classification for chat context#22
Replace keyword relevance detection with LLM-based intent classification for chat context#22etsraphael wants to merge 3 commits intomainfrom
Conversation
…ification for chat context
…re/chat-optimised-0
…b.com/etsraphael/Forge into feature/chat-optimised-0
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
test |
Frontend Code Review —
|
| Priority | Item |
|---|---|
| 🔴 Bug | Session prepend logic skips new sessions |
| 🔴 Bug | Save/Delete errors give no user feedback |
| 🟠 Security | Markdown <a> missing rel=noopener noreferrer |
| 🟠 Security | Arbitrary image URLs allowed in markdown |
| 🟠 A11y | Delete <span> must be a <button> |
| 🟠 A11y | <label> not associated with inputs via htmlFor |
| 🟡 React | No AbortController for streaming fetch |
| 🟡 React | Non-null assertion commandOutput! is incorrect |
Implement LLM-based intent classification to enhance chat context understanding, replacing the previous keyword relevance detection method.