We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example:
- question: h2424 context: h244h answer: h24222 - question: fds context: '123456789' answer: '1234567890' - question: '12345' context: '' answer: '6789'
Modifying yaml.dump in src/app/edit-submission/skill/[id]/page.tsx should resolve it.
yaml.dump
src/app/edit-submission/skill/[id]/page.tsx
The text was updated successfully, but these errors were encountered:
Fix edit submissions to not add single quotes in edited QA fields
1ecb560
Closes instructlab#35 Signed-off-by: Brent Salisbury <[email protected]>
nerdalert
Successfully merging a pull request may close this issue.
For example:
Modifying
yaml.dump
insrc/app/edit-submission/skill/[id]/page.tsx
should resolve it.The text was updated successfully, but these errors were encountered: