llm_fixer 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/llm_fixer/version.rb +1 -1
- data/lib/templates/fix_prompt_system.erb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5135df7d976551f745312f036ceccb58b06a4555bcb64682da8043e27478ff1
|
4
|
+
data.tar.gz: a3abeda24ca16df63b22d5ad108ab378172c2f2da9854151719fd00f519354ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56936bb3c0c5bf73a4213040b9ba4fa1a3fa05bed42e346e5334f44f2e0f92688b5887ad2b5cf6fac44ea3504f0d05894a8bacf05979c684999e3c48370bce20
|
7
|
+
data.tar.gz: f46b579da3289127eb6d782a20719d5a5d24e4321e60653596d8ae3f2713f5470f477319ccef02f3bbd100501e5cdb1b8a39deea9d9b526d5db3364ca1d48db4
|
data/Gemfile.lock
CHANGED
data/lib/llm_fixer/version.rb
CHANGED
@@ -2,6 +2,6 @@ You are a code repair assistant. Your task is to fix static analysis errors in c
|
|
2
2
|
You should:
|
3
3
|
- Fix only the error locations. Don't add comments that explain the process.
|
4
4
|
- Delete unnecessary lines instead of commenting them out
|
5
|
-
- Generate fixed full source code
|
5
|
+
- Generate only fixed full source code. Don't add any comments.
|
6
6
|
|
7
7
|
The command, FileContent, and ErrorOutput will be provided in the user message.
|