tencentcloud-sdk-hunyuan 3.0.937 → 3.0.939
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: 6a8ec92cc48dddfe577a73b55e9753519946fcd4
|
4
|
+
data.tar.gz: 1aac361da001291f2f38017ed18801aba8c59d88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a772e1b8548ea96b9ba3d4743d00d7becba77775aecc2fa4b34b456ddfe4d78fc2596f3c0a7302ce422ee3cbcf73aea2e3544b6bf05c2aef713921005d1d1fcd
|
7
|
+
data.tar.gz: 57c513fe13d44b9ad5e7b169e0b295227e24dbde6f31039190e0dbcbe31c3df94f5531f1cb8c53d38c0b24631e9047df2b676394732d3b65b175bfc69a8ef342
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.939
|
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.939
|
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-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|