-
Notifications
You must be signed in to change notification settings - Fork 15
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
Nested list parsing doesn't work in Mynah UI #97
Closed
2 of 4 tasks
Labels
bug
Something isn't working
Comments
Thanks for reporting this. Formatting is also broken for other functionality. For example, if I "Send to prompt" selected code block, code indentation is lost: The issue was caused by this change: https://github.com/aws/mynah-ui/pull/72/files. |
This was referenced Aug 21, 2024
6 tasks
justinmk3
pushed a commit
to aws/aws-toolkit-vscode
that referenced
this issue
Aug 23, 2024
## Problem New version of MynahUI requires release in vscode. ## Solution Release new version of MynahUI with the following bug fix: [Nested list parsing doesn't work in Mynah UI](aws/mynah-ui#97). MynahUI v4.15.7 release notes: https://github.com/aws/mynah-ui/releases/tag/v4.15.7 The release fixes: - markdown formatting in nested lists in response prompt - code indentation in response prompt
jpinkney-aws
pushed a commit
to aws/aws-toolkit-vscode
that referenced
this issue
Aug 26, 2024
## Problem New version of MynahUI requires release in vscode. ## Solution Release new version of MynahUI with the following bug fix: [Nested list parsing doesn't work in Mynah UI](aws/mynah-ui#97). MynahUI v4.15.7 release notes: https://github.com/aws/mynah-ui/releases/tag/v4.15.7 The release fixes: - markdown formatting in nested lists in response prompt - code indentation in response prompt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
We've seen responses from LLM being answered in a wrong level when nested (see screenshots).
Steps to reproduce the issue
If I copy the file for nested examples in Mynah UI, add as an input response, it doesn't format/work as expected.


Expected behaviour
It should parse it as expected in Markdown spec: https://ref.coddy.tech/markdown/markdown-nested-lists
System details
The text was updated successfully, but these errors were encountered: