tencentcloud-sdk-hunyuan 3.0.937 → 3.0.938
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20230901/models.rb +8 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a98b94ce17817d92b1e464371619f57a949414e7
|
4
|
+
data.tar.gz: beddf0b61526656d3742b68451e5c70906af8c34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34285b2a848df0da7206ebdac663e4dbb16d136894c3c8e3c509c6fbcbf403f98d4ff391e47597f3bbf33998e84062040ae8ce0c43acc7f62fdd9f2a06bc6fb6
|
7
|
+
data.tar.gz: 6ac28dca618f0f247d92a4f3ab686c6d3275d988f6f83f9eda1a959748a591153020508ac7b6f1c8e1ee0e77b429b92eeb1c4532ac0aaca709963d38e8a5e8e9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.938
|
data/lib/v20230901/models.rb
CHANGED
@@ -51,7 +51,7 @@ module TencentCloud
|
|
51
51
|
|
52
52
|
# ChatCompletions请求参数结构体
|
53
53
|
class ChatCompletionsRequest < TencentCloud::Common::AbstractModel
|
54
|
-
# @param Model: 模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-pro、 hunyuan-code、 hunyuan-role、 hunyuan-functioncall、 hunyuan-vision、 hunyuan-turbo、 hunyuan-turbo-latest。
|
54
|
+
# @param Model: 模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-pro、 hunyuan-code、 hunyuan-role、 hunyuan-functioncall、 hunyuan-vision、 hunyuan-turbo、 hunyuan-turbo-latest、 hunyuan-large。
|
55
55
|
# 各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。
|
56
56
|
|
57
57
|
# 注意:
|
@@ -1657,7 +1657,7 @@ module TencentCloud
|
|
1657
1657
|
|
1658
1658
|
# SetPayMode请求参数结构体
|
1659
1659
|
class SetPayModeRequest < TencentCloud::Common::AbstractModel
|
1660
|
-
# @param PayMode: 设置后付费状态,0
|
1660
|
+
# @param PayMode: 设置后付费状态,0:后付费打开;1:后付费关闭
|
1661
1661
|
# @type PayMode: Integer
|
1662
1662
|
|
1663
1663
|
attr_accessor :PayMode
|
@@ -2157,13 +2157,16 @@ module TencentCloud
|
|
2157
2157
|
# @type Type: String
|
2158
2158
|
# @param Function: 具体的function调用
|
2159
2159
|
# @type Function: :class:`Tencentcloud::Hunyuan.v20230901.models.ToolCallFunction`
|
2160
|
+
# @param Index: 索引值
|
2161
|
+
# @type Index: Integer
|
2160
2162
|
|
2161
|
-
attr_accessor :Id, :Type, :Function
|
2163
|
+
attr_accessor :Id, :Type, :Function, :Index
|
2162
2164
|
|
2163
|
-
def initialize(id=nil, type=nil, function=nil)
|
2165
|
+
def initialize(id=nil, type=nil, function=nil, index=nil)
|
2164
2166
|
@Id = id
|
2165
2167
|
@Type = type
|
2166
2168
|
@Function = function
|
2169
|
+
@Index = index
|
2167
2170
|
end
|
2168
2171
|
|
2169
2172
|
def deserialize(params)
|
@@ -2173,6 +2176,7 @@ module TencentCloud
|
|
2173
2176
|
@Function = ToolCallFunction.new
|
2174
2177
|
@Function.deserialize(params['Function'])
|
2175
2178
|
end
|
2179
|
+
@Index = params['Index']
|
2176
2180
|
end
|
2177
2181
|
end
|
2178
2182
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-hunyuan
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.938
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|