inquirex-llm 0.6.0 → 0.8.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/CHANGELOG.md +31 -3
- 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: e08a0d70d91af1bc1cd099d6b1cc32398e3e83e20a49245fcead8e7dfd7b809b
|
|
4
|
+
data.tar.gz: 91e2e04cd12c5a75978d91c77b06d0f6b3ba0c4827d2a0eea7401151e6ba4eb0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90e8b76887633ecd3841a01e2e2de0b59ed178e4458191d1bc2ebeb96928c9f8c8bc9c36da6eb3dddc9e2a59081f41eca94d050166330f5264d96c20a18819e7
|
|
7
|
+
data.tar.gz: 4abdf58f828cbbe125cd8f00297cacc0d04a9ebd46f07b5f2c22f4e9c8fb26d98a29f85a48531dd3f73f0c0c3fe08341e862d2059deb6475062027768d87474f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
|
-
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [
|
|
3
|
+
## [v0.6.0](https://github.com/inquirex/inquirex-llm/tree/v0.6.0) (2026-07-20)
|
|
4
4
|
|
|
5
|
-
-
|
|
5
|
+
[Full Changelog](https://github.com/inquirex/inquirex-llm/compare/v0.5.0...v0.6.0)
|
|
6
|
+
|
|
7
|
+
**Merged pull requests:**
|
|
8
|
+
|
|
9
|
+
- Resolve extract schemas from question references [\#2](https://github.com/inquirex/inquirex-llm/pull/2) ([kigster](https://github.com/kigster))
|
|
10
|
+
|
|
11
|
+
## [v0.5.0](https://github.com/inquirex/inquirex-llm/tree/v0.5.0) (2026-07-16)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/inquirex/inquirex-llm/compare/v0.4.1...v0.5.0)
|
|
14
|
+
|
|
15
|
+
**Merged pull requests:**
|
|
16
|
+
|
|
17
|
+
- Reduce LLM verbs to `extract` and release v0.5.0 [\#1](https://github.com/inquirex/inquirex-llm/pull/1) ([kigster](https://github.com/kigster))
|
|
18
|
+
|
|
19
|
+
## [v0.4.1](https://github.com/inquirex/inquirex-llm/tree/v0.4.1) (2026-07-13)
|
|
20
|
+
|
|
21
|
+
[Full Changelog](https://github.com/inquirex/inquirex-llm/compare/v0.3.0...v0.4.1)
|
|
22
|
+
|
|
23
|
+
## [v0.3.0](https://github.com/inquirex/inquirex-llm/tree/v0.3.0) (2026-04-15)
|
|
24
|
+
|
|
25
|
+
[Full Changelog](https://github.com/inquirex/inquirex-llm/compare/v0.1.0...v0.3.0)
|
|
26
|
+
|
|
27
|
+
## [v0.1.0](https://github.com/inquirex/inquirex-llm/tree/v0.1.0) (2026-04-14)
|
|
28
|
+
|
|
29
|
+
[Full Changelog](https://github.com/inquirex/inquirex-llm/compare/809890f89aa8230b34674820debf7a68ced283e5...v0.1.0)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
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.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Gredeskoul
|
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '0'
|
|
75
75
|
requirements: []
|
|
76
|
-
rubygems_version: 4.0.
|
|
76
|
+
rubygems_version: 4.0.17
|
|
77
77
|
specification_version: 4
|
|
78
78
|
summary: LLM integration verbs for the Inquirex questionnaire engine
|
|
79
79
|
test_files: []
|