kerplunk-ai-prompts 0.1.13 → 0.1.15
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af723dcd47e239524bf757d704a9b41425f79595a85601d7a8089561465d4574
|
4
|
+
data.tar.gz: a29130c65d89b0ac0398efda301b2b7996940eaae23d4a333f13f01371454b4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9932c28c23e4e3be0e4902482ceee5071379457289f1d92df6edd6a9d75bb6042025380812d76dc8dd5930130667fd753c45ff01c5d1392a53fde05e8ba10362
|
7
|
+
data.tar.gz: 51c7bdc4e11176a7dfa4fc8767c9d049d2c464e88936a1e2b61f5a4db6e61744af4d3d0366a32bc92b5428846ced44a05119f8a107d52378c8c477c14d629d11
|
@@ -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 =
|
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 3 technical code questions 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
|
|
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.
|
4
|
+
version: 0.1.15
|
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-
|
11
|
+
date: 2024-07-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A collection of AI prompt templates for use in Kerplunk
|
14
14
|
email:
|