Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore comment-only build script (#754)
Sometimes LLM suggests a build script with comments-only when it wants to reuse the existing build script, e.g., ``` <build script> # Reuse the existing build.sh </build script> ``` This avoids confusing LLM to 'think' the build script works. Returning `''` will make OFG use the existing build script.
- Loading branch information