You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's a problem in the UI streaming behavior.
While the UI is streaming it is displaying/formating the markdown and after the message is completed the message is re-processed.
If you recall my issue about having multiplication signs being "eaten", there I tried a hotfix which auto-escapes it during streaming. That works well but after the message is completed a javascript function is re-processing it and then it looked wrong.
Likely related.
Describe the bug
Some links show up as [[number] in streaming and disappear after streaming sometimes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Links display normally
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: