kerplunk-ai-prompts 0.1.14 → 0.1.16

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: 5e856711b9ba7a202233b1e64b0ee953ed71330ecfc185ef7d9095c289da63a9
4
- data.tar.gz: a3c8c410e5ae4c679fcfe496a620fc07e02e91c4a4472684c3d8b1192e7b2281
3
+ metadata.gz: b9f663430b5cc9c624541c95bd8e081e28964e218accd5c1466fd94aee8d1302
4
+ data.tar.gz: 9729b6fae603880727c4579957c2e55be04dd0a1cf6c6ad68682c83ebf01ad01
5
5
  SHA512:
6
- metadata.gz: 99c05eac40b211da1051d87f9d27a75260137bb9d3258358560c07e0e01115ef5deb2e5d907e92e60a444afb8bac35ee109ca8758e6286ffac03f474fe33efdd
7
- data.tar.gz: efd79c54dec281a9b5e0c70f05c7b76d7fc3411efa4e283e670af0dbb643d2b33bdfce80b3c581489398674282cd10a80056ddd4dcadf25341ecf6289860ba6e
6
+ metadata.gz: f19f7cbc24eb9434f98153ebb6a244f34fdb2d32f779755dbc29abdb2b7120cf26266c5b515a7ad2a379bc431accd51db8d32c3b6b320e2717e1abd28fb78015
7
+ data.tar.gz: e511b470f0bb865f8edd2937a71b9caff5c363704967df61ddecebe1ab1e8037b495f812d6fc1734c7f91a6dddc9865624954412ea42d4dd182ba579c33ea3ed
@@ -15,7 +15,11 @@ 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. 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."
18
+ generate_coding_question_callout = <<~PROMPT
19
+ - 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.
20
+ - provide at least 3 technical code questions with code blocks as well as 3 regular technical questions.
21
+ - please ensure any code blocks are defined in the `code_blocks` JSON key and are NOT included in the question content itself.
22
+ PROMPT
19
23
  generate_coding_question_example = ', { "content": "question6", "code_blocks": [{ "content": "<source code>", "language": "<language>" }] }'
20
24
  end
21
25
 
@@ -3,7 +3,7 @@
3
3
  module Kerplunk
4
4
  module AI
5
5
  module Prompts
6
- VERSION = "0.1.14"
6
+ VERSION = "0.1.16"
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.14
4
+ version: 0.1.16
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-18 00:00:00.000000000 Z
11
+ date: 2024-07-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A collection of AI prompt templates for use in Kerplunk
14
14
  email: