kerplunk-ai-prompts 0.1.17 → 0.1.18
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: 16a539ca2d9fc02c4d60eb273371cdaed7dbeea1d0e18a9aa57838a927da87df
|
4
|
+
data.tar.gz: 238f0067c8c9cb273f41e3486251b2a9c1c6e1c7632898af9e498470e598c6b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61a5cdef9f903272d2d8d164def83a00a09822526750230a8439c8f4c059fe335dcdcaedf98d18dffd4ed1ce0920e21b585765515bed037f0a32e3e1bba9233b
|
7
|
+
data.tar.gz: 2e69ee1fe1efeb724f5df998bff0369bed8e06b28b1a67b3ff5d89e8bf5350a4a8088faa7287b5c4fdb03a2301468979b71b98619307c0d87052fbf643a5f23b
|
@@ -66,7 +66,7 @@ module Kerplunk
|
|
66
66
|
|
67
67
|
=== The Commentary
|
68
68
|
|
69
|
-
In addition to scoring the candidate on various indicators, please provide commentary on the following. We are looking for a short comment on each category as well as a longer detailed commentary.
|
69
|
+
In addition to scoring the candidate on various indicators, please provide commentary on the following. We are looking for a short comment on each category as well as a longer detailed commentary. Also, please provide a Pros and Cons statement (one sentence each) about the candidate. Please remember that this will be shown to the candidate so please be positive and constructive.
|
70
70
|
|
71
71
|
1. Analysis
|
72
72
|
|
@@ -96,6 +96,10 @@ module Kerplunk
|
|
96
96
|
"culture_fit_score": 4.5,
|
97
97
|
"technical_score": 4.5
|
98
98
|
},
|
99
|
+
"pros_and_cons": {
|
100
|
+
"pros": "The candidate's strengths",
|
101
|
+
"cons": "The candidate's weaknesses"
|
102
|
+
},
|
99
103
|
"commentary": {
|
100
104
|
"analysis": "The candidate overview",
|
101
105
|
"soft_skills": "The candidate's soft skills",
|
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.18
|
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-
|
11
|
+
date: 2024-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A collection of AI prompt templates for use in Kerplunk
|
14
14
|
email:
|