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
Users commonly paste sensitive data in LLM UIs. It would be fantastic to have the ability to mask this data in the UI prompt / response renderer.
Technical
Under the hood, it uses Markdown renderers that support remark and rehpye plugins. Leverage remark plugins and you should be able to copy code similar to the CVE Plugin to do the matches.
Requirements
Users commonly paste sensitive data in LLM UIs. It would be fantastic to have the ability to mask this data in the UI prompt / response renderer.
Technical
Under the hood, it uses Markdown renderers that support remark and rehpye plugins. Leverage remark plugins and you should be able to copy code similar to the CVE Plugin to do the matches.
When it finds a match, it should replace the match with the redact component: https://reablocks.dev/docs/components/data/redact
API
Outcome
The text was updated successfully, but these errors were encountered: