tencentcloud-sdk-lke 3.0.1049 → 3.0.1051
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 +25 -6
- 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: a40b579ac33b53dd37bcb2ab18c7e2a44d0e775a
|
4
|
+
data.tar.gz: 29939702b5d11cee394ee506f95a22465fb5ccfc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fd43bd823c6c8090c4000fdcdcc729c57b783c1a4c2b6ba3987b5f661c3dd34d1a9cb53fc48b8668e950e5e8223744c787c0ebb984b2384b43e67ec153f1a4f
|
7
|
+
data.tar.gz: f6f56f3521ab2e572209e475163b75e8e3ac4471b67ea3408bdf7aab2d72f07f8d48f02ff31065da510a374dec843f8449c1b84c5055adbe491d804d2f107cb8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1051
|
data/lib/v20231130/models.rb
CHANGED
@@ -74,10 +74,16 @@ module TencentCloud
|
|
74
74
|
# @param ReplyIndex: 用于展示思考放在哪个回复气泡中
|
75
75
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
76
76
|
# @type ReplyIndex: Integer
|
77
|
+
# @param SourceAgentName: 主agent
|
78
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
79
|
+
# @type SourceAgentName: String
|
80
|
+
# @param TargetAgentName: 挂号agent
|
81
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
82
|
+
# @type TargetAgentName: String
|
77
83
|
|
78
|
-
attr_accessor :Index, :Name, :Title, :Status, :Icon, :Debugging, :Switch, :WorkflowName, :Elapsed, :NodeName, :ReplyIndex
|
84
|
+
attr_accessor :Index, :Name, :Title, :Status, :Icon, :Debugging, :Switch, :WorkflowName, :Elapsed, :NodeName, :ReplyIndex, :SourceAgentName, :TargetAgentName
|
79
85
|
|
80
|
-
def initialize(index=nil, name=nil, title=nil, status=nil, icon=nil, debugging=nil, switch=nil, workflowname=nil, elapsed=nil, nodename=nil, replyindex=nil)
|
86
|
+
def initialize(index=nil, name=nil, title=nil, status=nil, icon=nil, debugging=nil, switch=nil, workflowname=nil, elapsed=nil, nodename=nil, replyindex=nil, sourceagentname=nil, targetagentname=nil)
|
81
87
|
@Index = index
|
82
88
|
@Name = name
|
83
89
|
@Title = title
|
@@ -89,6 +95,8 @@ module TencentCloud
|
|
89
95
|
@Elapsed = elapsed
|
90
96
|
@NodeName = nodename
|
91
97
|
@ReplyIndex = replyindex
|
98
|
+
@SourceAgentName = sourceagentname
|
99
|
+
@TargetAgentName = targetagentname
|
92
100
|
end
|
93
101
|
|
94
102
|
def deserialize(params)
|
@@ -106,6 +114,8 @@ module TencentCloud
|
|
106
114
|
@Elapsed = params['Elapsed']
|
107
115
|
@NodeName = params['NodeName']
|
108
116
|
@ReplyIndex = params['ReplyIndex']
|
117
|
+
@SourceAgentName = params['SourceAgentName']
|
118
|
+
@TargetAgentName = params['TargetAgentName']
|
109
119
|
end
|
110
120
|
end
|
111
121
|
|
@@ -4331,13 +4341,13 @@ module TencentCloud
|
|
4331
4341
|
class GetMsgRecordRequest < TencentCloud::Common::AbstractModel
|
4332
4342
|
# @param Type: 类型
|
4333
4343
|
# @type Type: Integer
|
4334
|
-
# @param Count:
|
4344
|
+
# @param Count: 数量, 数量需大于2
|
4335
4345
|
# @type Count: Integer
|
4336
4346
|
# @param SessionId: 会话sessionid
|
4337
4347
|
# @type SessionId: String
|
4338
4348
|
# @param LastRecordId: 最后一条记录ID
|
4339
4349
|
# @type LastRecordId: String
|
4340
|
-
# @param BotAppKey: 应用AppKey, 当Type=5[API访客]时, 该字段必填
|
4350
|
+
# @param BotAppKey: 应用AppKey, 当Type=5[API访客]时, 该字段必填 :</br> 获取方式:</br> 1、应用发布后在应用页面[发布管理]-[调用信息]-[API管理]处获取</br> 2、参考 https://cloud.tencent.com/document/product/1759/109469 第二项
|
4341
4351
|
# @type BotAppKey: String
|
4342
4352
|
# @param Scene: 场景, 体验: 1; 正式: 2
|
4343
4353
|
# @type Scene: Integer
|
@@ -4610,6 +4620,7 @@ module TencentCloud
|
|
4610
4620
|
# @param BotAppKey: 应用AppKey </br> 获取方式:</br> 1、应用发布后在应用页面[发布管理]-[调用信息]-[API管理]处获取</br> 2、参考 https://cloud.tencent.com/document/product/1759/109469 第二项
|
4611
4621
|
# @type BotAppKey: String
|
4612
4622
|
# @param VisitorBizId: 访客ID(外部输入,建议唯一,标识当前接入会话的用户)
|
4623
|
+
# 长度限制: string(64)
|
4613
4624
|
# @type VisitorBizId: String
|
4614
4625
|
# @param VisitorLabels: 知识标签,用于知识库中知识的检索过滤。该字段即将下线,请使用对话端接口中的 custom_variables 字段替代该字段。
|
4615
4626
|
# @type VisitorLabels: Array
|
@@ -7047,10 +7058,14 @@ module TencentCloud
|
|
7047
7058
|
# @type SupportWorkflowStatus: Integer
|
7048
7059
|
# @param ModelCategory: 模型类别 generate:生成模型,thought:思考模型
|
7049
7060
|
# @type ModelCategory: String
|
7061
|
+
# @param IsDefault: 是否默认模型
|
7062
|
+
# @type IsDefault: Boolean
|
7063
|
+
# @param RoleLenLimit: 角色提示词输入长度限制
|
7064
|
+
# @type RoleLenLimit: Integer
|
7050
7065
|
|
7051
|
-
attr_accessor :ModelName, :ModelDesc, :AliasName, :ResourceStatus, :PromptWordsLimit, :TopP, :Temperature, :MaxTokens, :Source, :Icon, :IsFree, :InputLenLimit, :SupportWorkflowStatus, :ModelCategory
|
7066
|
+
attr_accessor :ModelName, :ModelDesc, :AliasName, :ResourceStatus, :PromptWordsLimit, :TopP, :Temperature, :MaxTokens, :Source, :Icon, :IsFree, :InputLenLimit, :SupportWorkflowStatus, :ModelCategory, :IsDefault, :RoleLenLimit
|
7052
7067
|
|
7053
|
-
def initialize(modelname=nil, modeldesc=nil, aliasname=nil, resourcestatus=nil, promptwordslimit=nil, topp=nil, temperature=nil, maxtokens=nil, source=nil, icon=nil, isfree=nil, inputlenlimit=nil, supportworkflowstatus=nil, modelcategory=nil)
|
7068
|
+
def initialize(modelname=nil, modeldesc=nil, aliasname=nil, resourcestatus=nil, promptwordslimit=nil, topp=nil, temperature=nil, maxtokens=nil, source=nil, icon=nil, isfree=nil, inputlenlimit=nil, supportworkflowstatus=nil, modelcategory=nil, isdefault=nil, rolelenlimit=nil)
|
7054
7069
|
@ModelName = modelname
|
7055
7070
|
@ModelDesc = modeldesc
|
7056
7071
|
@AliasName = aliasname
|
@@ -7065,6 +7080,8 @@ module TencentCloud
|
|
7065
7080
|
@InputLenLimit = inputlenlimit
|
7066
7081
|
@SupportWorkflowStatus = supportworkflowstatus
|
7067
7082
|
@ModelCategory = modelcategory
|
7083
|
+
@IsDefault = isdefault
|
7084
|
+
@RoleLenLimit = rolelenlimit
|
7068
7085
|
end
|
7069
7086
|
|
7070
7087
|
def deserialize(params)
|
@@ -7091,6 +7108,8 @@ module TencentCloud
|
|
7091
7108
|
@InputLenLimit = params['InputLenLimit']
|
7092
7109
|
@SupportWorkflowStatus = params['SupportWorkflowStatus']
|
7093
7110
|
@ModelCategory = params['ModelCategory']
|
7111
|
+
@IsDefault = params['IsDefault']
|
7112
|
+
@RoleLenLimit = params['RoleLenLimit']
|
7094
7113
|
end
|
7095
7114
|
end
|
7096
7115
|
|
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.1051
|
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-04-
|
11
|
+
date: 2025-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|