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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28ca98577723b2514f8171c62b2bda560479777035d5f8ca52e387bdc390e74f
4
- data.tar.gz: 54d29ba5a451b5c2978fba4ae5ef972a714883776a998170cc03b46217a474e7
3
+ metadata.gz: f55160574645e2052ff5e688d77f508e85dc77ab01f6e97905e3367d85b11156
4
+ data.tar.gz: 63f3c23d00f5432082229ee40666316058714170e0f71a06e6a61d989b1d0d89
5
5
  SHA512:
6
- metadata.gz: f1a3c01620fab7a46eabbd4b996edeec9f469cd8b5f4094666ddf8fc42396a840b95f14819901465446fe891c09fdfec47ef06260ce1e552b22e993197b346de
7
- data.tar.gz: bbc8586bca28fe9a8fde8048b016d38bd014f2f9de15331a42220b416c7c731061f812ecedd46d5f9944f568e284899257f985b3ef3c5b2e580ca3e73154a8e0
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
  )
@@ -1,3 +1,3 @@
1
1
  module ChalkRuby
2
- VERSION = '0.2.6'.freeze
2
+ VERSION = '0.2.7'.freeze
3
3
  end
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.6
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-07 00:00:00.000000000 Z
11
+ date: 2025-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler