tencentcloud-sdk-hunyuan 3.0.939 → 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: 6a8ec92cc48dddfe577a73b55e9753519946fcd4
4
- data.tar.gz: 1aac361da001291f2f38017ed18801aba8c59d88
3
+ metadata.gz: 1031726bbed5fa03ca289f2bee893d2ce981a764
4
+ data.tar.gz: 5744fdd3f29dbf86964884366c79e4ea73a3f914
5
5
  SHA512:
6
- metadata.gz: a772e1b8548ea96b9ba3d4743d00d7becba77775aecc2fa4b34b456ddfe4d78fc2596f3c0a7302ce422ee3cbcf73aea2e3544b6bf05c2aef713921005d1d1fcd
7
- data.tar.gz: 57c513fe13d44b9ad5e7b169e0b295227e24dbde6f31039190e0dbcbe31c3df94f5531f1cb8c53d38c0b24631e9047df2b676394732d3b65b175bfc69a8ef342
6
+ metadata.gz: 0a5c8f9de9fc365616266f9a942a043d9ba087e686de4256af803dfcd7eeee737190c61669ed2fc238d960a98fb2ab9de9d861f38285590a94484a835602a690
7
+ data.tar.gz: 0dc47aee5800e67bd56ea0563ecf30615b1a588cdbbcd9e1bb6c9e3dd4783f6bab0a7bf30cdef4fcf56b67c689493a461530f047235f0f91f9313b46190934a9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.939
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.939
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-08 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