Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(ui): ui shows some html entities in code blocks #853

Closed
hbeaster opened this issue Jul 29, 2024 · 2 comments
Closed

bug(ui): ui shows some html entities in code blocks #853

hbeaster opened this issue Jul 29, 2024 · 2 comments
Assignees
Labels
possible-bug 🐛 Something may not be working
Milestone

Comments

@hbeaster
Copy link

Environment

Device and OS: Desktop Windows
App/package versions: unsure
Kubernetes distro being used: unsure
Other:

Steps to reproduce

  1. Ask "Create a c# function that returns a func"
  2. Observe the code block
  3. Observe the lambda function's arrow ">"

Expected result

The ">" should be ">"

Actual Result

The ">" is actually "&gt"

Visual Proof (screenshots, videos, text, etc)

image

Severity/Priority

Low

Additional Context

N/A

@hbeaster hbeaster added the possible-bug 🐛 Something may not be working label Jul 29, 2024
@andrewrisse andrewrisse self-assigned this Aug 12, 2024
@justinthelaw justinthelaw changed the title UI shows some html entities in code blocks bug(ui): ui shows some html entities in code blocks Sep 4, 2024
@jalling97 jalling97 added this to the EVERGREEN milestone Sep 5, 2024
@andrewrisse
Copy link
Contributor

@justinthelaw I think this may have been fixed by #1006
I inputted that same prompt and got the '>'
It is possible the LLM could return something weird though that gets rendered incorrectly.
how do you feel about closing this?

@justinthelaw
Copy link
Contributor

Yes, I haven't seen this issue since 0.12.2, so it must be gone!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible-bug 🐛 Something may not be working
Projects
None yet
Development

No branches or pull requests

4 participants