chatbot
chatbot copied to clipboard
(EAI-317) [UI] Rich Links in Chatbot
Jira: (EAI-317) [UI] Rich Links in Chatbot
Changes
- Refactors how we handle references from the API
-
Before: we formatted
MessageData.referencesas markdown & appended to the end of theMessageData.content -
After: we handle
MessageData.referencesseparately fromMessageData.contentinside ofMessage.tsx
-
Before: we formatted
-
TODO - Uses Rich Link components from
@lg-chat/rich-links(blocked until LG implementation is complete)