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 +4 -4
- data/README.md +0 -1
- data/lib/inquirex/llm/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa6e28413bea905a4f70e49fa7a93465bbf0444dbc8594689a7c1adf92cfadd5
|
|
4
|
+
data.tar.gz: 86a367575aacb7639364196d17189073b0aa621b666b28c90aeec08e5ee6ae33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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)
|
data/lib/inquirex/llm/version.rb
CHANGED
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.
|
|
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.
|
|
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: []
|