tencentcloud-sdk-lkeap 3.0.1028 → 3.0.1030

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a341da8a88e39b867ced1d15c4bd54f6ba063ba7
4
- data.tar.gz: 4905b9ecfde61ababac76b895af82d9eba7093c6
3
+ metadata.gz: eced161de26ea620ce640fdd769ee84ff13733d6
4
+ data.tar.gz: baf0501c14ad3ebb2ad7cd1d80dd8e4b959e7af3
5
5
  SHA512:
6
- metadata.gz: 38121b2d1bf9c66e9e77e4278768483af89b78186d5911e7ad789aec424bc231dfeefb659ddff055c602befe61f1a91b98db0a136dc28b62e6357e31f6cfae8e
7
- data.tar.gz: eeba6567e7df721ec268edf3863b17bab2fe96384609afb28472a60338aa1ecec9f7ce6c19fec1803e66d734116692f7a1e3dc88c6ef06c1e233866960280781
6
+ metadata.gz: 329acfb0712b8bf459b9e63cf9203c06a278f486bd5e928f76e268b18d3536b212693defe8ce32f2e2c856f0fb73c9aa5fe1be7f4ca146faf11306f08ccf2812
7
+ data.tar.gz: 59287ffc8193c0451644b8206eab5be891778cd393ef852dc5e16f1606037ea9482e78835edd0e3bb9bfac8c3b9c8cd53913b74516a3bad62ef59ca7ff3b3171
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1028
1
+ 3.0.1030
@@ -765,17 +765,21 @@ module TencentCloud
765
765
  # @type Role: String
766
766
  # @param Content: 内容详情。
767
767
  # @type Content: String
768
+ # @param ReasoningContent: 思维链内容。 ReasoningConent参数仅支持出参,且只有deepseek-r1模型会返回。
769
+ # @type ReasoningContent: String
768
770
 
769
- attr_accessor :Role, :Content
771
+ attr_accessor :Role, :Content, :ReasoningContent
770
772
 
771
- def initialize(role=nil, content=nil)
773
+ def initialize(role=nil, content=nil, reasoningcontent=nil)
772
774
  @Role = role
773
775
  @Content = content
776
+ @ReasoningContent = reasoningcontent
774
777
  end
775
778
 
776
779
  def deserialize(params)
777
780
  @Role = params['Role']
778
781
  @Content = params['Content']
782
+ @ReasoningContent = params['ReasoningContent']
779
783
  end
780
784
  end
781
785
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lkeap
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1028
4
+ version: 3.0.1030
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-03-26 00:00:00.000000000 Z
11
+ date: 2025-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common