inquirex-llm 0.9.6 → 0.10.0

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: bd48db6339de70bf7fab0306d313646510a7f24c4a3561af8c9f606257ffc98a
4
- data.tar.gz: 73fd2044c5c8025ad907e1fb654007a0c1dd4b632c3c47fc016d329fee23c865
3
+ metadata.gz: fa6e28413bea905a4f70e49fa7a93465bbf0444dbc8594689a7c1adf92cfadd5
4
+ data.tar.gz: 86a367575aacb7639364196d17189073b0aa621b666b28c90aeec08e5ee6ae33
5
5
  SHA512:
6
- metadata.gz: 5a06d4f62043e43ad5a86e536dbc1586fc1728b746b3c6c5238117cec0f7e6b94e676132f8ea038b004de25863dd79bf3b311ae26fc37f05f6596a879fcf27ac
7
- data.tar.gz: '018b5598234fc023ef4e3a4d35416a37cac56a209a3967d78da642493c1164108b452bc9456adf13a0d6659a1ccec11d7a7eba2304eaa0461ba4fe2eea7cf27d'
6
+ metadata.gz: f9eb6d18836ee810231421e172b4a36c7b4cae7a4f01681dc7c80577a031b50cf75a7ae8c96deeaea00c2aa08223534222654bd774dcfdd6affc3fa73972ce28
7
+ data.tar.gz: 57440f09e0446239c3f5f0b1fbb4535127b5c7d5e09c707dd1824d82101a9fd244e4d3447e933cf960cf852f2fbccd80c5a3459dc6faf0df84cbcecc422df209
data/README.md CHANGED
@@ -9,7 +9,6 @@ Extends the core DSL with two server-side verbs: `extract` (alias: `clarify`), w
9
9
  `inquirex` is a pure Ruby, declarative, rules-driven questionnaire engine for building conditional intake forms, qualification wizards, and branching surveys.
10
10
 
11
11
  > [!IMPORTANT]
12
- >
13
12
  > Note that `inquirex-llm` is part of an entire ecosystem that contains:
14
13
  >
15
14
  > - [`inquirex`](https://github.com/inquirex/inquirex)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Inquirex
4
4
  module LLM
5
- VERSION = "0.9.6"
5
+ VERSION = "0.10.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inquirex-llm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Gredeskoul
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 4.0.17
78
+ rubygems_version: 4.0.18
79
79
  specification_version: 4
80
80
  summary: LLM integration verbs for the Inquirex questionnaire engine
81
81
  test_files: []