kerplunk-ai-prompts 0.1.11 → 0.1.12

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: 429a48a7b9212a6c29c37a60019db0716aa7499d4ce5448ba2ddfc2805a7e244
4
- data.tar.gz: 31ec2c9d8b10f08b2d9924300d717dd1edc406611f40d87d09ef53ec2e957ce2
3
+ metadata.gz: d820aa3b9ea82e22a746fdb36f472b1a3debc22f5b9a40ea3f29de0d15c46a7c
4
+ data.tar.gz: 159ac8a90e320e15aa787474c69095f68f3e44f85d462e858d98467a04ad7d7b
5
5
  SHA512:
6
- metadata.gz: add46b829fe79c1f5d708a9290964aed2f8496231b73e5664c75fa2f54f4abbc1849b45e5013487384534bfa5f3f15ef07b5e6869a45958d53d5d87ec1f3af9d
7
- data.tar.gz: d9705b7b3d6cc5529a982901832694261600c0e28643d9dacbabce7d87c91f99055a78ceee24243573598d0844b28dd7d0e5ea116b380cd90e2d79c6f03b4f74
6
+ metadata.gz: 251abb1ee5af2bbec3a7e630f7cbe5913a8cd742e49b1b6a636d334250a926dea4c886eaae0820c1480ebeae362ccbd7ee444eec03459230a97e0ea890aa86aa
7
+ data.tar.gz: 0f30eacf1db610df1ff2b1a22ba69646edbc8ebe07be3faf72e204ab25d262773eb37e8c679bf8cb2b4b5aa1b9c73f1c51394d06493d70ebccc704e78a28585a
@@ -16,7 +16,7 @@ module Kerplunk
16
16
 
17
17
  if generate_coding_questions
18
18
  generate_coding_question_callout = "- provide a scenario to assess the candidate's technical skills which may include code snippets, please ensure any code snippets are the raw source code and not markdown formatted. Please follow the example format below for coding questions."
19
- generate_coding_question_example = ', { "question": "question6", "code_blocks": [{ "content": "<source code>", "language": "<language>" }] }'
19
+ generate_coding_question_example = ', { "content": "question6", "code_blocks": [{ "content": "<source code>", "language": "<language>" }] }'
20
20
  end
21
21
 
22
22
  <<~PROMPT
@@ -3,7 +3,7 @@
3
3
  module Kerplunk
4
4
  module AI
5
5
  module Prompts
6
- VERSION = "0.1.11"
6
+ VERSION = "0.1.12"
7
7
  end
8
8
  end
9
9
  end
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.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Schutt