chalk_ruby 0.2.6 → 0.2.7
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/lib/chalk_ruby/grpc_client.rb +6 -3
- data/lib/chalk_ruby/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: f55160574645e2052ff5e688d77f508e85dc77ab01f6e97905e3367d85b11156
|
4
|
+
data.tar.gz: 63f3c23d00f5432082229ee40666316058714170e0f71a06e6a61d989b1d0d89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6e201a24d058a626add01241c3e065dba7f83f9824701727b36b5991268e845a8aecb3878105dd7f7a2269f9b334e8aaff01696519aab6335213801a842376c
|
7
|
+
data.tar.gz: 107156aececa9c7fdfcd98368f78492cb76c08845be3e49c21a9060275da2844bd96cbe28ab836b6d8a7ec9a2db0a1a5197dba7c8bd5ad4286a447eba1f5e9cf
|
@@ -154,8 +154,11 @@ module ChalkRuby
|
|
154
154
|
context: nil,
|
155
155
|
response_options: nil,
|
156
156
|
body_type: nil,
|
157
|
-
timeout: nil
|
158
|
-
|
157
|
+
timeout: nil,
|
158
|
+
query_name: nil,
|
159
|
+
query_name_version: nil,
|
160
|
+
correlation_id: nil
|
161
|
+
)
|
159
162
|
# Convert input to feather format
|
160
163
|
inputs_feather = to_feather(input)
|
161
164
|
|
@@ -164,7 +167,7 @@ module ChalkRuby
|
|
164
167
|
inputs_feather: inputs_feather,
|
165
168
|
outputs: output.map { |o| Chalk::Common::V1::OutputExpr.new(feature_fqn: o) },
|
166
169
|
staleness: staleness || {},
|
167
|
-
context: context || Chalk::Common::V1::OnlineQueryContext.new,
|
170
|
+
context: context || Chalk::Common::V1::OnlineQueryContext.new(query_name: query_name, query_name_version: query_name_version, correlation_id: correlation_id),
|
168
171
|
response_options: response_options || Chalk::Common::V1::OnlineQueryResponseOptions.new,
|
169
172
|
body_type: body_type || :FEATHER_BODY_TYPE_UNSPECIFIED
|
170
173
|
)
|
data/lib/chalk_ruby/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chalk_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chalk AI, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|