kerplunk-ai-prompts 0.1.21 → 0.1.23

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: 764160d106f197a673b5e4c8015c84db95773881f6d0f90511efc125023cb90f
4
- data.tar.gz: 65690dd8efd05625009d605ad4d1529d559c56015c830cc551efa516cfd8ae20
3
+ metadata.gz: 0a888bdb97decb8f6d5bf746765825485b7394828899235982ca4238f1227450
4
+ data.tar.gz: 0c360af9f16d48105c6f376c249a25fb7cdc95f93b95e69677c4ed585a027e50
5
5
  SHA512:
6
- metadata.gz: 18cdf4be20194d4d2b5747e4e8a3209e63fe1109793403f392d3a7549bbd2daa6f507617c06bd286d5049308ffc786bff00bb970b9c661db8ecc97b8d5a622a3
7
- data.tar.gz: bcb3297000ee00c43a4e2e7e41032b1470ca3c18f856fb245ae21413697132bda04d2f5b932d2f4ecf8ebefef61c8187847cd9a2c3bb62bfc11508aa82d80af4
6
+ metadata.gz: a0cfeb3154b33ae3f125a90152dd77ff5fa574f1e0e68c1175aa1b7f26eaf18c5178949a4995b3076037737765a8b327496ddd4d25c9a37862e04a9576b31c76
7
+ data.tar.gz: 1522dbbd310195d64b5c2f6848e6021cf405838692ba4bb7c4cc77f02c8c5abb229e485a998e0556ab419722fe661d4b1c5cbdfb7604077f843bf7c9f34880b7
@@ -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:, transcript: nil, code_blocks: nil)
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
@@ -3,7 +3,7 @@
3
3
  module Kerplunk
4
4
  module AI
5
5
  module Prompts
6
- VERSION = "0.1.21"
6
+ VERSION = "0.1.23"
7
7
  end
8
8
  end
9
9
  end
@@ -3,6 +3,7 @@
3
3
  require_relative "prompts/version"
4
4
  require_relative "prompts/prompt_handler"
5
5
  require_relative "models/interview_question"
6
+ require_relative "models/attendee_transcript"
6
7
 
7
8
  module Kerplunk
8
9
  module AI
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kerplunk-ai-prompts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.21
4
+ version: 0.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Schutt