tencentcloud-sdk-hunyuan 3.0.1119 → 3.0.1139

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20230901/models.rb +16 -8
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5238b93d8df00fc1ea306f38b3bea01355b69a7f
4
- data.tar.gz: 762375f3d2f94352d93b81f36617549d862fed98
3
+ metadata.gz: 6ca9d6198d95dd7aa7369625f378e37d845ebce4
4
+ data.tar.gz: fa514c0225c10e6266b7adc30b487ad8f11ef24a
5
5
  SHA512:
6
- metadata.gz: fd632b15be33e015f72e23b2d8bc445c40e91a58b3c0a48a50f2c55211806176cf19fc4df451892ec066e327cd0d324a177c3559bad4fecafb3bca2ef17642b7
7
- data.tar.gz: ddd04667262841afc54c0d0bb348f852e1f7f70638921dd3450a19b7cfa0fd6b97abfe0c82696e3a61f8266f303e6297e8f25193592759f9260763ee0050a232
6
+ metadata.gz: 18930986c1215b7639def4e7cbbf3b95496b9e25cd3d302cd90b04b920042c9898356f82e8f89984962443b8c9545591807c6d2eafb0f2f13be10dcea8b7400b
7
+ data.tar.gz: 4d6db203a7d1ab2a7c497aaa6c8b832128bc67b2d1105bec0e0fee7c5140397333bf560872302a6f237f40e5f78c3cb283fc80d64a3a7ed8949774b3d82a0643
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1119
1
+ 3.0.1139
@@ -319,8 +319,8 @@ module TencentCloud
319
319
 
320
320
  attr_accessor :Created, :Usage, :Note, :Id, :Choices, :ErrorMsg, :ModerationLevel, :SearchInfo, :Replaces, :RecommendedQuestions, :Processes, :RequestId
321
321
  extend Gem::Deprecate
322
- deprecate :ModerationLevel, :none, 2025, 8
323
- deprecate :ModerationLevel=, :none, 2025, 8
322
+ deprecate :ModerationLevel, :none, 2025, 9
323
+ deprecate :ModerationLevel=, :none, 2025, 9
324
324
 
325
325
  def initialize(created=nil, usage=nil, note=nil, id=nil, choices=nil, errormsg=nil, moderationlevel=nil, searchinfo=nil, replaces=nil, recommendedquestions=nil, processes=nil, requestid=nil)
326
326
  @Created = created
@@ -1025,10 +1025,10 @@ module TencentCloud
1025
1025
 
1026
1026
  attr_accessor :Data, :FirstID, :LastID, :HasMore, :Object, :FirstMsgID, :LastMsgID, :RequestId
1027
1027
  extend Gem::Deprecate
1028
- deprecate :FirstID, :none, 2025, 8
1029
- deprecate :FirstID=, :none, 2025, 8
1030
- deprecate :LastID, :none, 2025, 8
1031
- deprecate :LastID=, :none, 2025, 8
1028
+ deprecate :FirstID, :none, 2025, 9
1029
+ deprecate :FirstID=, :none, 2025, 9
1030
+ deprecate :LastID, :none, 2025, 9
1031
+ deprecate :LastID=, :none, 2025, 9
1032
1032
 
1033
1033
  def initialize(data=nil, firstid=nil, lastid=nil, hasmore=nil, object=nil, firstmsgid=nil, lastmsgid=nil, requestid=nil)
1034
1034
  @Data = data
@@ -3089,13 +3089,19 @@ module TencentCloud
3089
3089
  # @type UserLocation: :class:`Tencentcloud::Hunyuan.v20230901.models.UserLocation`
3090
3090
  # @param Processes: 打开开关,会返回搜索状态
3091
3091
  # @type Processes: Boolean
3092
+ # @param EnableImage: 是否开启图文混排
3093
+ # @type EnableImage: Boolean
3094
+ # @param EnableMusic: 是否开启音乐
3095
+ # @type EnableMusic: Boolean
3092
3096
 
3093
- attr_accessor :Knowledge, :UserLocation, :Processes
3097
+ attr_accessor :Knowledge, :UserLocation, :Processes, :EnableImage, :EnableMusic
3094
3098
 
3095
- def initialize(knowledge=nil, userlocation=nil, processes=nil)
3099
+ def initialize(knowledge=nil, userlocation=nil, processes=nil, enableimage=nil, enablemusic=nil)
3096
3100
  @Knowledge = knowledge
3097
3101
  @UserLocation = userlocation
3098
3102
  @Processes = processes
3103
+ @EnableImage = enableimage
3104
+ @EnableMusic = enablemusic
3099
3105
  end
3100
3106
 
3101
3107
  def deserialize(params)
@@ -3112,6 +3118,8 @@ module TencentCloud
3112
3118
  @UserLocation.deserialize(params['UserLocation'])
3113
3119
  end
3114
3120
  @Processes = params['Processes']
3121
+ @EnableImage = params['EnableImage']
3122
+ @EnableMusic = params['EnableMusic']
3115
3123
  end
3116
3124
  end
3117
3125
 
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.1119
4
+ version: 3.0.1139
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-06 00:00:00.000000000 Z
11
+ date: 2025-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-hunyuan.rb
37
- - lib/v20230901/client.rb
38
36
  - lib/v20230901/models.rb
37
+ - lib/v20230901/client.rb
38
+ - lib/tencentcloud-sdk-hunyuan.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: