kerplunk-ai-prompts 0.1.21 → 0.1.22
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: 7c42391a65b6267938486bcd439d2f7cd70d9da09c4d25a092f14f334c3dc280
|
4
|
+
data.tar.gz: 225e5a6036256127f44c785f2fab06bd405d9fc694f357f5c0c32735c3f05807
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 472bbdfc0fb700a15e116efbf77f6d94f093fabf698ccc6be30a343bcb46f338fd8012757f606ab9c9137c53f3261c70c85cd4960faaf657dd54c1bc4d7b719b
|
7
|
+
data.tar.gz: d70b178f32dc0b68440f56f1318ca30e4f7cc3d3df1f6da7bada106b43a4154f241a3f79cda00bb7ae928425e72423517bdacae0c6b8fe8fe7db78be1a3fbf89
|
@@ -13,7 +13,7 @@ module Kerplunk
|
|
13
13
|
# @param transcript [String, nil] the transcript of the interview related to the question
|
14
14
|
# @param category [String] the category of the question
|
15
15
|
# @param previous_score [Float] the previous score of the question
|
16
|
-
def initialize(index:, content:, suggested_answers:, category:, previous_score
|
16
|
+
def initialize(index:, content:, suggested_answers:, category:, previous_score: nil, transcript: nil, code_blocks: nil)
|
17
17
|
@index = index
|
18
18
|
@content = content
|
19
19
|
@suggested_answers = suggested_answers
|