llmed 0.2.6 → 0.2.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/lib/llmed/configuration.rb +1 -0
- 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: a7d55c3e9d616ed161996ef1c03fd1aa760359bb7bdbb77086519f25ab1f88fd
|
4
|
+
data.tar.gz: 5bdffc77b3c78566d42c4351609148aded536fe177229b8aec0369748c75e442
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 765e21e7901b35bb8c670873d8d7e1f27988f732a425373c8d3a91467a6703d4ac684daf96b9880837dadf916d3463d4d1265249cc8a3989f445f144f1b27202
|
7
|
+
data.tar.gz: 4f261c925f6c3302570e79f38e89a243c1560030497553efcd71c5028f05f10d5c85f6bac1153c2eabe683482e10dfdb4e108f498022f71210d9abe4273e1278
|
data/lib/llmed/configuration.rb
CHANGED
@@ -8,6 +8,7 @@ class LLMed
|
|
8
8
|
You are a software developer with knowledge only of the programming language {language}. Follow the SOLID principles strictly, you must use only imperative and functional programming, and design highly isolated components.
|
9
9
|
Your response must contain only the generated source code, with no additional text.
|
10
10
|
All source code must be written in a single file, and you must ensure it runs correctly on the first attempt.
|
11
|
+
There is always a one-to-one correspondence between context and source code.
|
11
12
|
Always include the properly escaped comment: LLMED-COMPILED.
|
12
13
|
|
13
14
|
You must only modify the following source code:
|