venice_client 1.0.17 → 1.0.19

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: a0cbefd13c67a261525a89ba0a0b50d14734bdbad9c0ad66222cb5bc04d51136
4
- data.tar.gz: '0397489ebd04affd92c900413805d31bbf8cdc2aafee43e3d2c45cece6b0da93'
3
+ metadata.gz: 77a712e90132b3e96a9f745906d7ba827b1a9ef3289c757ae35b8d78ad2042c2
4
+ data.tar.gz: 3a25722d0cfad2aa906159f1e2f74dcdde4bbdb58d7ab47696e279255bad15d3
5
5
  SHA512:
6
- metadata.gz: aab00140f7893df5ab571e4963d539f4723aa694b675c61f44b3bad9dd35aa0d8398ddb584f780f623d2da0bbcef715aa2e265e8e27c2e3b22df6841260b9c5b
7
- data.tar.gz: 43857e6dfcbccf63170fdcaa64d156fbfa84853715e615974a2704d9e5c1839492b04507a4787e9f82ff090ec888fba7352cddbe99c690bf8413d93e71902d21
6
+ metadata.gz: cff4f51820905774f73f4408501275cd325962d736af638ff87e53ab908d06e544363ea45a8b0191445fc8a853befeb39424023c66c1cc1eced74e40e039b9de
7
+ data.tar.gz: a7be7594769473cfe2a7327a8df325085f5ef428c01db40f563ed564ebdf8cf700635c88e0a0be66b2eb1344413820073fd906d9d504bec4ec311bdfafd71320
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- venice_client (1.0.17)
4
+ venice_client (1.0.18)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -172,9 +172,9 @@ module VeniceClient
172
172
  # Custom attribute writer method checking allowed values (enum).
173
173
  # @param [Object] finish_reason Object to be assigned
174
174
  def finish_reason=(finish_reason)
175
- validator = EnumAttributeValidator.new('String', ["stop", "length"])
175
+ validator = EnumAttributeValidator.new('String', ["tool_call", "stop", "length"])
176
176
  unless validator.valid?(finish_reason)
177
- fail ArgumentError, "invalid value for \"finish_reason\", must be one of #{validator.allowable_values}."
177
+ fail ArgumentError, "invalid value for \"finish_reason\", must be one of #{validator.allowable_values}. Was #{finish_reason}"
178
178
  end
179
179
  @finish_reason = finish_reason
180
180
  end
@@ -11,5 +11,5 @@ Generator version: 7.14.0
11
11
  =end
12
12
 
13
13
  module VeniceClient
14
- VERSION = '1.0.17'
14
+ VERSION = '1.0.19'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: venice_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.17
4
+ version: 1.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator