File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2929 cache : maven
3030 - name : Build with Maven
3131 run : mvn -B package --file pom.xml
32-
32+ - name : Generate JaCoCo Badge
33+ uses : cicirello/jacoco-badge-generator@v2
34+ with :
35+ generate-branches-badge : true
3336 # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3437 - name : Update dependency graph
3538 uses : advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
Original file line number Diff line number Diff line change 11# LLM JSON auto repair
22
3+ ![ Build] ( https://github.com/coderphonui/jsonautorepair/actions/workflows/maven.yml/badge.svg )
4+ [ ![ Coverage] ( .github/badges/jacoco.svg )] ( https://github.com/coderphonui/jsonautorepair/actions/workflows/maven.yml )
5+
36A tiny library to repair JSON string output from LLM. It fixes most of the common issues from the LLM JSON output, eg:
47
58* Remove the ``` json ``` code block
You can’t perform that action at this time.
0 commit comments