tencentcloud-sdk-hunyuan 3.0.938 → 3.0.940

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: a98b94ce17817d92b1e464371619f57a949414e7
4
- data.tar.gz: beddf0b61526656d3742b68451e5c70906af8c34
3
+ metadata.gz: 1031726bbed5fa03ca289f2bee893d2ce981a764
4
+ data.tar.gz: 5744fdd3f29dbf86964884366c79e4ea73a3f914
5
5
  SHA512:
6
- metadata.gz: 34285b2a848df0da7206ebdac663e4dbb16d136894c3c8e3c509c6fbcbf403f98d4ff391e47597f3bbf33998e84062040ae8ce0c43acc7f62fdd9f2a06bc6fb6
7
- data.tar.gz: 6ac28dca618f0f247d92a4f3ab686c6d3275d988f6f83f9eda1a959748a591153020508ac7b6f1c8e1ee0e77b429b92eeb1c4532ac0aaca709963d38e8a5e8e9
6
+ metadata.gz: 0a5c8f9de9fc365616266f9a942a043d9ba087e686de4256af803dfcd7eeee737190c61669ed2fc238d960a98fb2ab9de9d861f38285590a94484a835602a690
7
+ data.tar.gz: 0dc47aee5800e67bd56ea0563ecf30615b1a588cdbbcd9e1bb6c9e3dd4783f6bab0a7bf30cdef4fcf56b67c689493a461530f047235f0f91f9313b46190934a9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.938
1
+ 3.0.940
@@ -159,7 +159,7 @@ module TencentCloud
159
159
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
160
160
  end
161
161
 
162
- # 上传用于不同用途的的文件。
162
+ # 上传用于不同用途的文件。
163
163
  # 当前用途仅支持 hunyuan 等模型的文档理解。
164
164
 
165
165
  # @param request: Request instance for FilesUploads.
@@ -130,7 +130,7 @@ module TencentCloud
130
130
  # 4. 未传值时默认关闭。
131
131
  # 5. 开启并搜索到对应的多媒体信息时,会输出对应的多媒体地址,可以定制个性化的图文消息。
132
132
  # @type EnableMultimedia: Boolean
133
- # @param EnableDeepSearch: 是否开启搜索深度模式,默认是false,在值为true且命中搜索时,会请求深度搜索。
133
+ # @param EnableDeepSearch: 是否开启深度研究该问题,默认是false,在值为true且命中深度研究该问题时,会返回深度研究该问题信息。
134
134
  # @type EnableDeepSearch: Boolean
135
135
  # @param Seed: 说明: 1. 确保模型的输出是可复现的。 2. 取值区间为非0正整数,最大值10000。 3. 非必要不建议使用,不合理的取值会影响效果。
136
136
  # @type Seed: Integer
@@ -692,21 +692,25 @@ module TencentCloud
692
692
  class GetEmbeddingRequest < TencentCloud::Common::AbstractModel
693
693
  # @param Input: 输入文本。总长度不超过 1024 个 Token,超过则会截断最后面的内容。
694
694
  # @type Input: String
695
+ # @param InputList: 输入文本数组。输入数组总长度不超过 200 。
696
+ # @type InputList: Array
695
697
 
696
- attr_accessor :Input
698
+ attr_accessor :Input, :InputList
697
699
 
698
- def initialize(input=nil)
700
+ def initialize(input=nil, inputlist=nil)
699
701
  @Input = input
702
+ @InputList = inputlist
700
703
  end
701
704
 
702
705
  def deserialize(params)
703
706
  @Input = params['Input']
707
+ @InputList = params['InputList']
704
708
  end
705
709
  end
706
710
 
707
711
  # GetEmbedding返回参数结构体
708
712
  class GetEmbeddingResponse < TencentCloud::Common::AbstractModel
709
- # @param Data: 返回的 Embedding 信息。当前不支持批量,所以数组元素数目为 1。
713
+ # @param Data: 返回的 Embedding 信息。
710
714
  # @type Data: Array
711
715
  # @param Usage: Token 使用计数,按照总 Token 数量收费。
712
716
  # @type Usage: :class:`Tencentcloud::Hunyuan.v20230901.models.EmbeddingUsage`
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.938
4
+ version: 3.0.940
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-07 00:00:00.000000000 Z
11
+ date: 2024-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common