llmed 0.3.4 → 0.3.6

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/llmed/configuration.rb +5 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b601b234671f4739e745e6039f39750a937f0be3103928acbf7a6b5272f4160
4
- data.tar.gz: 3530879e43c920ee6974f7133c47e61e5a4b4d04674665b136f92d2ddf6ad8e6
3
+ metadata.gz: 9da82913d8d58fc5b9fd098e718abdc62ad4f41948a8b43a592f5877b9f5ec97
4
+ data.tar.gz: b7873366f2a826273aa6bdd02e4a21f9dd55d1848a864d8c1f1264890ef5387b
5
5
  SHA512:
6
- metadata.gz: 0eda47de4ff4e6eac5359899f4bbe93555b4605ddf361247ece66cc8e518e381e09049bdc4e3837e109122ff01b495b18cd34df75c2361fedd974f5c08a4819d
7
- data.tar.gz: 33123767db4b4cf84b6514e4a6b6542f9db1742c59f2b2a989f99c2c263ec9a312a33ce2e43affa6bef89b5c080d3e3763a7d9cd289208fc02c62bf4f6ee2dba
6
+ metadata.gz: 8a0ab890bbe999af552082dcc3639d24bb22200d38f3a1de7808daafdd01ac9d0038d7763633e8bbe585d3fe1ae8fc1b2604a32b164226436e149ea54b5e9ffb
7
+ data.tar.gz: 28c1f32c9731526a3b6eef0dd613775f5d21328e3785c49329e903eac63a7ff0d28d3e6ab1f940e8569eb0dcc5cc73726c65315177c624e6bc9c48ecfd20bfdb
@@ -4,12 +4,14 @@
4
4
  class LLMed
5
5
  class Configuration
6
6
  def initialize
7
+ # Manual tested, pass 5 times execution
7
8
  @prompt = LLMed::LLM::Template.build(template: "
8
- You are a software developer with knowledge only of the programming language {language}, following the SOLID principles strictly, you always use only imperative and functional programming, and design highly isolated components.
9
- The contexts are declarations of how the source code will be, ensure to follow this always.
9
+ You are a software developer with knowledge only of the programming language {language}, following the SOLID principles strictly, you always use only imperative and functional programming, design highly isolated components.
10
+ The contexts are declarations of how the source code will be (not a file) ensure to follow this always.
10
11
  The contexts are connected as a linked list.
11
12
  Your response must contain only the generated source code, with no additional text.
12
- All source code must be written in a single file, and you must ensure it runs correctly on the first attempt.
13
+ All the contexts represent one source code.
14
+ You must also the ensure that the source code runs correctly on the first attempt.
13
15
  There is always a one-to-one correspondence between context and source code.
14
16
  Always include the properly escaped comment: LLMED-COMPILED.
15
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llmed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jovany Leandro G.C