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

Line break causing error #31

Open
RemyMachado opened this issue Jun 2, 2023 · 1 comment
Open

Line break causing error #31

RemyMachado opened this issue Jun 2, 2023 · 1 comment

Comments

@RemyMachado
Copy link

RemyMachado commented Jun 2, 2023

I asked if I could have a second information on a new line inside a node, and it unfortunately created an erroneous graph.

Previous result:

https://showme.redstarplugin.com/d/SNgNCjUC
image

The prompt which crashed:

Great, please show distances instead of edge numbers in the graph. We will be referring later to edges by specifying start and destination. Also, put a heading '#' before the indexes and show the resources with a heading '$' instead of writing resources, also can the resources be shown below (new line)?

The error:

error on line 1 at column 8318: Opening and ending tag mismatch: br line 1 and span

https://showme.redstarplugin.com/d/wHBQuLPK

Expected result (handmade):

image

@bra1nDump
Copy link
Owner

Thanks for reporting. Unfortunately rn when it inserts the br element it forgets to close the tag.
We don't really have space in the manifest prompt (Max is 8000 characters). We can consolidate the prompt and add the instruction to close the
tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants