kerplunk-ai-prompts 0.1.15 → 0.1.17

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: 42fdfc7dac06b354cfc3b03e5852a45e8a74caebc57c621b72cda4b9bd2630a8
4
+ data.tar.gz: e5021c28738a6bcb256699881eaa6f00ea202e843a9715867b41c2e6754d0420
5
5
  SHA512:
6
- metadata.gz: 9932c28c23e4e3be0e4902482ceee5071379457289f1d92df6edd6a9d75bb6042025380812d76dc8dd5930130667fd753c45ff01c5d1392a53fde05e8ba10362
7
- data.tar.gz: 51c7bdc4e11176a7dfa4fc8767c9d049d2c464e88936a1e2b61f5a4db6e61744af4d3d0366a32bc92b5428846ced44a05119f8a107d52378c8c477c14d629d11
6
+ metadata.gz: d691aac8006be6622bd67cadd6dc9d3da096034657ec8d3896ea72854a0429a2bd4d1d92d29b9bb2e195902c1496cfee82b4d2def025f82af246b6933153a300
7
+ data.tar.gz: 7e708fc3dbbeefa53ba096f9360f4e7bc2a65dc7cd74238797d8a58d513c76bb194d9eacc6b0039221e7ff6e90d3e0e4d9d1bba35e583cc6df59058621b43270
@@ -13,14 +13,16 @@ module Kerplunk
13
13
 
14
14
  generate_coding_question_callout = ""
15
15
  generate_coding_question_example = ""
16
+ generate_coding_question_example_language = "exactly 3 regular technical questions"
16
17
 
17
18
  if generate_coding_questions
18
19
  generate_coding_question_callout = <<~PROMPT
19
20
  - 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
+ - provide at least 3 technical code questions with code blocks as well as 3 regular technical questions.
21
22
  - please ensure any code blocks are defined in the `code_blocks` JSON key and are NOT included in the question content itself.
22
23
  PROMPT
23
24
  generate_coding_question_example = ', { "content": "question6", "code_blocks": [{ "content": "<source code>", "language": "<language>" }] }'
25
+ generate_coding_question_example_language = "exactly 6 technical questions regarding the job posting (3 technical code questions with code blocks and 3 regular technical questions)"
24
26
  end
25
27
 
26
28
  <<~PROMPT
@@ -28,7 +30,7 @@ module Kerplunk
28
30
 
29
31
  You are an expert recruiter. You are performing the interview of a candidate to effectively evaluate them on all fronts: personal skills, technical skills, job-specific skills, soft-skills, and the “x-factor”. The interview should start off with a few questions about the candidate, then go to exactly 5 questions regarding the job posting listed below after ###, and then finally please ask a few questions to help assess personality and cultural fit (you can be creative here). These questions should aim to be simple, effective, empathetic, non-biased, and descriptive enough to be used in further prompts when analyzing the results of the interview.
30
32
 
31
- Please output the questions in a JSON array. Please make sure that there are 2-3 personal questions, exactly 5 questions regarding the job posting (at least 1 technical question should be about an example scenario), and 2-3 questions to assess personality and cultural fit.
33
+ Please output the questions in a JSON array. Please make sure that there are 2-3 personal questions, #{generate_coding_question_example_language}, and 2-3 questions to assess personality and cultural fit.
32
34
 
33
35
  Please ensure all questions:
34
36
  - are unique. Please ensure there are no duplicate questions.
@@ -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.17"
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.17
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: