tencentcloud-sdk-hunyuan 3.0.949 → 3.0.950

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: abe311cac99701894a2e3bb47521cc1d5ab170a5
4
- data.tar.gz: ee669950a9c4b25b45585c4c9302731153de160d
3
+ metadata.gz: 878ece0ffc77cc60c7642f63174141eba3631e18
4
+ data.tar.gz: f3ffdd337edd1258fd29da9c3cde1005f1761680
5
5
  SHA512:
6
- metadata.gz: 09c2c9f524b50d534e9ea55fb3343a0699676202ebfd107bfbcaada9b14dd9ad4fc0561bee92b62e3ccec38968cc2761bfa8e18ffc0e7e72bb41ed4b81ffb32f
7
- data.tar.gz: b57f97a0c56864f2efea05983789339b1d68606cec81b89efeb3b0a717ac9b7ece3dcff65b564001dab080b9c91282011089ac49149a5dcc8ff830d41b130f64
6
+ metadata.gz: 5bed6e347c4c65321d5b909501c53bd945335ac4d30b9cb9cfbb260564745ad084e565899d0b83b95877aa1ca54c159cbf9258e2fa6e1549b29bc5716cd8e1a3
7
+ data.tar.gz: 914369ef37bcb8d0f2f6a98e47e3d52581c48a7a30ae14e11e838e44b8d054142dfaca2a927e9aea75b0dc151ac6ca4f18c7e7baca286b22f5d974b58ee6a837
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.949
1
+ 3.0.950
@@ -1134,15 +1134,19 @@ module TencentCloud
1134
1134
  # @param ToolCalls: 模型生成的工具调用,仅 hunyuan-pro 或者 hunyuan-functioncall 模型支持
1135
1135
  # 注意:此字段可能返回 null,表示取不到有效值。
1136
1136
  # @type ToolCalls: Array
1137
+ # @param FileIDs: 文件标识符。单次最大 50 个文件。
1138
+ # 注意:此字段可能返回 null,表示取不到有效值。
1139
+ # @type FileIDs: Array
1137
1140
 
1138
- attr_accessor :Role, :Content, :Contents, :ToolCallId, :ToolCalls
1141
+ attr_accessor :Role, :Content, :Contents, :ToolCallId, :ToolCalls, :FileIDs
1139
1142
 
1140
- def initialize(role=nil, content=nil, contents=nil, toolcallid=nil, toolcalls=nil)
1143
+ def initialize(role=nil, content=nil, contents=nil, toolcallid=nil, toolcalls=nil, fileids=nil)
1141
1144
  @Role = role
1142
1145
  @Content = content
1143
1146
  @Contents = contents
1144
1147
  @ToolCallId = toolcallid
1145
1148
  @ToolCalls = toolcalls
1149
+ @FileIDs = fileids
1146
1150
  end
1147
1151
 
1148
1152
  def deserialize(params)
@@ -1165,6 +1169,7 @@ module TencentCloud
1165
1169
  @ToolCalls << toolcall_tmp
1166
1170
  end
1167
1171
  end
1172
+ @FileIDs = params['FileIDs']
1168
1173
  end
1169
1174
  end
1170
1175
 
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.949
4
+ version: 3.0.950
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-26 00:00:00.000000000 Z
11
+ date: 2024-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common