tencentcloud-sdk-lkeap 3.0.1028 → 3.0.1029
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20240522/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23762512e4f441a2506e3f61f21e7a1f5a0174c2
|
4
|
+
data.tar.gz: fd401ffa37c62e85ed1c0123863a41bb50f934d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd2ee1444e5986e5dacc313e72dfe294a4bf0aa34c958b710309465e6e12ce8e1e02daec440de5a2a01d4a4580bc58f3dce7d9714e464e3a50fd4a915c65db36
|
7
|
+
data.tar.gz: c9e84027bc30bed9f01b864cd9ceaed7b95dea8de3caa017409c654a8a0633372d2a83c5aa5e29cbf8d85e32c363978713c88e32e8d77be719c69d99aeef6835
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1029
|
data/lib/v20240522/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 3.0.1029
|
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-
|
11
|
+
date: 2025-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|