llmed 0.2.10 → 0.2.11

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 +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f0373ddc4cb49e5ddeffd7a31cc5e100f6130447f4789d58c2440e94f48605e
4
- data.tar.gz: 2fe8f237cd784cd24a86408090b495e7eae0c1308e94188a79b33a9be01e3403
3
+ metadata.gz: 4479a97e9e36926e4f7af8677a06268824c84563e441d2b14c862c8c07f648f1
4
+ data.tar.gz: daad9497943bb738f429fca0cb67a18858c9557657090af5878e803863c63fee
5
5
  SHA512:
6
- metadata.gz: 4d5204f34243a5e25ee09e8f2b54bbb0cd3b7ff683e3d720d4f8a8c16b921d99de694337156bd9ff0c3d2790802eb55efda2bd3adb5230e9b2c88cabf0dae389
7
- data.tar.gz: 5398a611b114dd185b5b16b18b7022231e9cb36a41c624832b18c8cc8d7c5aaea012137cff2678f8e043004fbba0b9265b7c5a933d29dcaaf73b483a0abfd92e
6
+ metadata.gz: d765dabbd6b724f8d37d21b36f8dcf7bf9a75b3ba73e3c635701f6ce5d716e6977447b8584291bb79ec97074519118cf3746a9be865fe4572f4d71387ba6295e
7
+ data.tar.gz: 0611b8c5c945ab1ec79252275646b11f8699ea22edfee23c5ba5ba09166732676fa4f45832d43035896377e0ccaaece993d32e2cccdbf2387c94abd36ddbd280
@@ -5,7 +5,8 @@ class LLMed
5
5
  class Configuration
6
6
  def initialize
7
7
  @prompt = LLMed::LLM::Template.build(template: "
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.
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
10
  Your response must contain only the generated source code, with no additional text.
10
11
  All source code must be written in a single file, and you must ensure it runs correctly on the first attempt.
11
12
  There is always a one-to-one correspondence between context and source code.
@@ -20,7 +21,6 @@ Wrap with comment every code that belongs to the indicated context, example in r
20
21
  #<llmed-code context='context name' digest='....'>
21
22
  ...
22
23
  #</llmed-code>
23
-
24
24
  ", input_variables: %w[language source_code update_context_digests])
25
25
  end
26
26
 
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.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jovany Leandro G.C