kerplunk-ai-prompts 0.1.15 → 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: af723dcd47e239524bf757d704a9b41425f79595a85601d7a8089561465d4574
4
- data.tar.gz: a29130c65d89b0ac0398efda301b2b7996940eaae23d4a333f13f01371454b4c
3
+ metadata.gz: b9f663430b5cc9c624541c95bd8e081e28964e218accd5c1466fd94aee8d1302
4
+ data.tar.gz: 9729b6fae603880727c4579957c2e55be04dd0a1cf6c6ad68682c83ebf01ad01
5
5
  SHA512:
6
- metadata.gz: 9932c28c23e4e3be0e4902482ceee5071379457289f1d92df6edd6a9d75bb6042025380812d76dc8dd5930130667fd753c45ff01c5d1392a53fde05e8ba10362
7
- data.tar.gz: 51c7bdc4e11176a7dfa4fc8767c9d049d2c464e88936a1e2b61f5a4db6e61744af4d3d0366a32bc92b5428846ced44a05119f8a107d52378c8c477c14d629d11
6
+ metadata.gz: f19f7cbc24eb9434f98153ebb6a244f34fdb2d32f779755dbc29abdb2b7120cf26266c5b515a7ad2a379bc431accd51db8d32c3b6b320e2717e1abd28fb78015
7
+ data.tar.gz: e511b470f0bb865f8edd2937a71b9caff5c363704967df61ddecebe1ab1e8037b495f812d6fc1734c7f91a6dddc9865624954412ea42d4dd182ba579c33ea3ed
@@ -17,7 +17,7 @@ module Kerplunk
17
17
  if generate_coding_questions
18
18
  generate_coding_question_callout = <<~PROMPT
19
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 3 technical code questions as well as 3 regular technical questions.
20
+ - provide at least 3 technical code questions with code blocks as well as 3 regular technical questions.
21
21
  - please ensure any code blocks are defined in the `code_blocks` JSON key and are NOT included in the question content itself.
22
22
  PROMPT
23
23
  generate_coding_question_example = ', { "content": "question6", "code_blocks": [{ "content": "<source code>", "language": "<language>" }] }'
@@ -3,7 +3,7 @@
3
3
  module Kerplunk
4
4
  module AI
5
5
  module Prompts
6
- VERSION = "0.1.15"
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.15
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-19 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: