tencentcloud-sdk-lke 3.0.1021 → 3.0.1023
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/v20231130/models.rb +7 -3
- 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: e80543efbae7553240a1561abaede34eb408f7b5
|
4
|
+
data.tar.gz: 0947bd2b5c2f6f71ad7708691426783092625fd7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b8c1b46eaec1ed4d227063ed3faa268e7950bf510a19110baed76fb488f15e461f533a57351bed356d6ec9064305a9c7268af97460f97f0045c2f4a9b350eec
|
7
|
+
data.tar.gz: f83b4546b9f413b242ae6e9f245c453d31cdc946b831942143e1e1a6cf107d29367ed5c5668f20c7c1be38ac5f4e2d215656b298a9631b618b6a82540768f1b8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1023
|
data/lib/v20231130/models.rb
CHANGED
@@ -3342,12 +3342,14 @@ module TencentCloud
|
|
3342
3342
|
# @type SplitTokenUsage: Float
|
3343
3343
|
# @param RagSearchUsage: Rag检索次数
|
3344
3344
|
# @type RagSearchUsage: Float
|
3345
|
+
# @param InternetSearchUsage: 联网搜索次数
|
3346
|
+
# @type InternetSearchUsage: Float
|
3345
3347
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3346
3348
|
# @type RequestId: String
|
3347
3349
|
|
3348
|
-
attr_accessor :TotalTokenUsage, :InputTokenUsage, :OutputTokenUsage, :ApiCallStats, :SearchUsage, :PageUsage, :SplitTokenUsage, :RagSearchUsage, :RequestId
|
3350
|
+
attr_accessor :TotalTokenUsage, :InputTokenUsage, :OutputTokenUsage, :ApiCallStats, :SearchUsage, :PageUsage, :SplitTokenUsage, :RagSearchUsage, :InternetSearchUsage, :RequestId
|
3349
3351
|
|
3350
|
-
def initialize(totaltokenusage=nil, inputtokenusage=nil, outputtokenusage=nil, apicallstats=nil, searchusage=nil, pageusage=nil, splittokenusage=nil, ragsearchusage=nil, requestid=nil)
|
3352
|
+
def initialize(totaltokenusage=nil, inputtokenusage=nil, outputtokenusage=nil, apicallstats=nil, searchusage=nil, pageusage=nil, splittokenusage=nil, ragsearchusage=nil, internetsearchusage=nil, requestid=nil)
|
3351
3353
|
@TotalTokenUsage = totaltokenusage
|
3352
3354
|
@InputTokenUsage = inputtokenusage
|
3353
3355
|
@OutputTokenUsage = outputtokenusage
|
@@ -3356,6 +3358,7 @@ module TencentCloud
|
|
3356
3358
|
@PageUsage = pageusage
|
3357
3359
|
@SplitTokenUsage = splittokenusage
|
3358
3360
|
@RagSearchUsage = ragsearchusage
|
3361
|
+
@InternetSearchUsage = internetsearchusage
|
3359
3362
|
@RequestId = requestid
|
3360
3363
|
end
|
3361
3364
|
|
@@ -3368,6 +3371,7 @@ module TencentCloud
|
|
3368
3371
|
@PageUsage = params['PageUsage']
|
3369
3372
|
@SplitTokenUsage = params['SplitTokenUsage']
|
3370
3373
|
@RagSearchUsage = params['RagSearchUsage']
|
3374
|
+
@InternetSearchUsage = params['InternetSearchUsage']
|
3371
3375
|
@RequestId = params['RequestId']
|
3372
3376
|
end
|
3373
3377
|
end
|
@@ -9004,7 +9008,7 @@ module TencentCloud
|
|
9004
9008
|
# @type CosHash: String
|
9005
9009
|
# @param Size: 文件大小
|
9006
9010
|
# @type Size: String
|
9007
|
-
# @param AttrRange:
|
9011
|
+
# @param AttrRange: 标签适用范围,需要传参为1
|
9008
9012
|
# @type AttrRange: Integer
|
9009
9013
|
# @param Source: 来源(0 源文件导入 1 网页导入)
|
9010
9014
|
# @type Source: Integer
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-lke
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1023
|
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-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|