vellum_ai 1.10.5 → 1.10.6

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: 2d9d3a074bed53cbb7cf976508e41cffdc3737ee980f0930be1ebc92055b09df
4
- data.tar.gz: a0315a68ac585bcc37fcb9b7fb68556f0ec5efa6a9fd9ac79fdec0cc87a87aec
3
+ metadata.gz: 1effd684356f6941e9358ddd8945ad5d20cc90edfc4d42b816049b35e1211476
4
+ data.tar.gz: 8efe05f21a64601d28348887c4615e14539495160c53d23bfdeb7f053f9a2223
5
5
  SHA512:
6
- metadata.gz: 5e85af35c343a5dc0e9c10e716ae9c0a0988fcacd4931a6ce57ec092311b9f5b6038af53f175ce6fdbc0af189d29fc8d4c227c6beed12b1bcaf9f742d4b3054c
7
- data.tar.gz: 5e5279482d64437e18ffecd3173faf3fb78448028e751c1a7e9b994d65bd24ceb39e1a55a253a3c34c60d3d36ac7b535cdfaa08df8c364ffe33e43c9f96890b3
6
+ metadata.gz: 16fe9c0500c1dbf55f3bb04ac95dbbf6f20f9e8381e53517806bc4ad81ad885ae929ee45d5fdecf6b1bf36b64faa2def33796c83e11b928d7c2b858798c648f2
7
+ data.tar.gz: 291160fb454857f23eb3a7bc79c5f911eadcf1e15fcadb137520ee60aaaede1617698a7b62de47203ba965cea037a0b84d4874dde3302c40fac8f45b2aab3a0b
data/lib/requests.rb CHANGED
@@ -56,7 +56,7 @@ end
56
56
  end
57
57
  # @return [Hash{String => String}]
58
58
  def get_headers
59
- headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.10.5' }
59
+ headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.10.6' }
60
60
  headers["X-API-KEY"] = ((@api_key.is_a? Method) ? @api_key.call : @api_key) unless @api_key.nil?
61
61
  headers
62
62
  end
@@ -107,7 +107,7 @@ end
107
107
  end
108
108
  # @return [Hash{String => String}]
109
109
  def get_headers
110
- headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.10.5' }
110
+ headers = { "X-Fern-Language": 'Ruby', "X-Fern-SDK-Name": 'vellum_ai', "X-Fern-SDK-Version": '1.10.6' }
111
111
  headers["X-API-KEY"] = ((@api_key.is_a? Method) ? @api_key.call : @api_key) unless @api_key.nil?
112
112
  headers
113
113
  end
@@ -1,10 +1,10 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Vellum
4
- # * `INITIATED` - INITIATED
5
- # * `STREAMING` - STREAMING
6
- # * `FULFILLED` - FULFILLED
7
- # * `REJECTED` - REJECTED
4
+ # * `INITIATED` - Initiated
5
+ # * `STREAMING` - Streaming
6
+ # * `FULFILLED` - Fulfilled
7
+ # * `REJECTED` - Rejected
8
8
  class WorkflowNodeResultEventState
9
9
 
10
10
  INITIATED = "INITIATED"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vellum_ai
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.5
4
+ version: 1.10.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vellum