kerplunk-ai-prompts 0.1.13 → 0.1.14

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ac99ceca7efaeb2a6406d5a5b5e402ca04099a1f090ea82a5d5086c0172d6a2
4
- data.tar.gz: 7a9274cacff188034cdb123bc8dad29a486069f4d84c8359077890229cc809ee
3
+ metadata.gz: 5e856711b9ba7a202233b1e64b0ee953ed71330ecfc185ef7d9095c289da63a9
4
+ data.tar.gz: a3c8c410e5ae4c679fcfe496a620fc07e02e91c4a4472684c3d8b1192e7b2281
5
5
  SHA512:
6
- metadata.gz: 1d197a97e5468bd9acbc8c9956c1ae9f9b04723380d07fb27d0b054b8de56ab6c04c09bbc359e6856ec10aa248fc75f2b2dc7dc9a919fd6707b4ff0d682b0c89
7
- data.tar.gz: 18acd7f20ff949b2c098f770cc7406c0431f5104d142ce79333d4e9376ffad210fa4845352676cab74ac00432605d724b0f25cca70a8107f064dcf3790f8556c
6
+ metadata.gz: 99c05eac40b211da1051d87f9d27a75260137bb9d3258358560c07e0e01115ef5deb2e5d907e92e60a444afb8bac35ee109ca8758e6286ffac03f474fe33efdd
7
+ data.tar.gz: efd79c54dec281a9b5e0c70f05c7b76d7fc3411efa4e283e670af0dbb643d2b33bdfce80b3c581489398674282cd10a80056ddd4dcadf25341ecf6289860ba6e
@@ -15,7 +15,7 @@ module Kerplunk
15
15
  generate_coding_question_example = ""
16
16
 
17
17
  if generate_coding_questions
18
- generate_coding_question_callout = "- provide a scenario to assess the candidate's technical skills which may include code snippets, please ensure any code snippets are the raw source code and not markdown formatted. Please follow the example format below for coding questions."
18
+ generate_coding_question_callout = "- provide a scenario to assess the candidate's technical skills which may include code snippets, please ensure any code snippets are the raw source code and not markdown formatted. Please follow the example format below for coding questions. Do not ask the candidate to provide a code snippet as answer, instead prompt the candidate to talk through their thought process and explain the code snippet."
19
19
  generate_coding_question_example = ', { "content": "question6", "code_blocks": [{ "content": "<source code>", "language": "<language>" }] }'
20
20
  end
21
21
 
@@ -3,7 +3,7 @@
3
3
  module Kerplunk
4
4
  module AI
5
5
  module Prompts
6
- VERSION = "0.1.13"
6
+ VERSION = "0.1.14"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kerplunk-ai-prompts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Schutt
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-17 00:00:00.000000000 Z
11
+ date: 2024-07-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A collection of AI prompt templates for use in Kerplunk
14
14
  email: