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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3f1094d0085b6905fd0b7882da68c877308cfc38ab7e6a1b225fae646bdfda6
|
4
|
+
data.tar.gz: c66630d687c98437280aea0f987270ebf10b5f06d5a42c5497b1301d09e317ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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": {
|
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.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-
|
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:
|