Render markdown for the input messages
planned
Daniel Nguyen
I added the Developer Layout for this. Would this work? cc Asjer Querido
K
Keith Mauppa
Markdown please! 🙏🏾
Daniel Nguyen
planned
Rakan
Very important! @Daniel - Whatever you're doing to render markdown in agent messages, apply the same thing to user messages.
A
AstroCat
A use case for me is to paste a table and ask to add columns with additional info. Pasting tables with URL links doesn’t work. Would like Markdown and rich text to work.
Daniel Nguyen
AstroCat: Can you share the content here so I could understand it better (and fix it faster). Don't include any sensitive data ofc
A
AstroCat
Daniel Nguyen
Hi Daniel thanks for asking. Its not a fix/bug but an enhancement request. Say I have a mark down table of
|
Name
| Website URL
||----------|-----------------|
| Harvey | Harvey |
| Luminance | Luminance |
| OWASP Top 10 for LLM Applications | OWASP |
| Awesome-LLM on GitHub | Awesome-LLM |
| NVIDIA Blog on LLMs | NVIDIA Blog |
| Hostinger Tutorials on LLMs | Hostinger Tutorials |
| LawNext | LawNext |
and I wanted to ask the model to add a description field for each line. When I paste the markdown it will only take the text and not the URL, so the model doesn't get the full information. Would be the same if I pasted rich text I presume. This maybe an edge case but if the input message can take markdown and the model can use markdown as input then that would be useful in this situation.
Thanks