kerplunk-ai-prompts 0.1.7 → 0.1.8

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: 7cb321c8aa762f4ce47ce293762e256112d2d0ac350db7849666be98baf8e742
4
- data.tar.gz: 221eb691f623ae5fd1aeb14fc176d4fc49e9a79eb9266dff037aa7e1e1ccc1d0
3
+ metadata.gz: c3f1094d0085b6905fd0b7882da68c877308cfc38ab7e6a1b225fae646bdfda6
4
+ data.tar.gz: c66630d687c98437280aea0f987270ebf10b5f06d5a42c5497b1301d09e317ea
5
5
  SHA512:
6
- metadata.gz: 063fcf674a13531ee028fc7bcd20d8f479aab291973323c172f7d090c6385604b85eca01030a547ee1162a5694231a029784493688c5091010afce2ddc170540
7
- data.tar.gz: 4d66de228c3d8a3e5b77e73562a7202c4f176a6734c19609832c0aab468f6cfb3150f623a5444d7aaefbc9e7279952fdffa59408e68b84691ab5a68597b4c53e
6
+ metadata.gz: d053a0717e70374da391cfa89b7ce633de13bb13be6cced02f5b3c7fece4dbf6b5716d9aeb2fa35571d88891e2c4c6b54ef996c6fbce76dc50a4ea19567f21c6
7
+ data.tar.gz: e5be514de3acdf19c9b0f6b5009be8917f4bca57c47b2eee743a14c60d9dd0da13b5a35ec894df428cb8caeb5420b050f9f73bc067f131af78be721bcaf61ba9
@@ -68,6 +68,9 @@ module Kerplunk
68
68
  This is the score of the candidate's technical skills. This should be based on the candidate's technical knowledge and how well they fit the job description.
69
69
 
70
70
  An example output should be JSON and look like the below. Please be sure the output is a valid JSON format even if you cannot generate the interview questions. The JSON should not include any markdown or newline characters such as "```json" that would normally be used for rendering in markdown.
71
+
72
+ Please do NOT include any explanatory text outside the JSON. The data returned should be a valid JSON format. Please double check the output is valid json with no explanatory text.
73
+
71
74
  === JSON Output
72
75
  {
73
76
  "scores": {
@@ -3,7 +3,7 @@
3
3
  module Kerplunk
4
4
  module AI
5
5
  module Prompts
6
- VERSION = "0.1.7"
6
+ VERSION = "0.1.8"
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.7
4
+ version: 0.1.8
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-06-24 00:00:00.000000000 Z
11
+ date: 2024-06-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A collection of AI prompt templates for use in Kerplunk
14
14
  email: