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
feat: convert bare URLs to hyperlinks in bot responses
- Add getProcessedText utility to transform plain URLs into markdown links
- Preserve existing markdown and HTML links unchanged
- Handle trailing punctuation correctly (e.g., "Visit https://example.com.")
- Integrate URL processing into QA flow before markdown rendering
Addresses requirement to make URLs clickable while preserving existing link formatting.
0 commit comments