-
Notifications
You must be signed in to change notification settings - Fork 1
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
Action fails due to parsing error from LLM inaccurate polish response #77
Comments
@h1alexbel thanks for the report, here is a feedback: Problems:
Suggestions:
Please fix the bug report in order it to get resolved faster. |
Let's try to summarize response in Markdown |
feat(#77): markdown composition instead of json
@rultor release, tag is |
@h1alexbel OK, I will release it now. Please check the progress here |
@h1alexbel Done! FYI, the full log is here (took me 8min) |
As you can see polished response is in invalid format (typo
Problems
instead ofproblems
). This resulting in thatmd-objects.ts
can't parse input JSON. To handle this situation let's try to either try to analyze response in deterministic way and then parse/post the result (even if format is invalid) it or skip JSON package step by LLM, and work only with text.The text was updated successfully, but these errors were encountered: