tccli 3.0.1347.1__py2.py3-none-any.whl → 3.0.1349.1__py2.py3-none-any.whl

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 (174) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -76
  3. tccli/services/ai3d/__init__.py +4 -0
  4. tccli/services/{smpn/smpn_client.py → ai3d/ai3d_client.py} +17 -17
  5. tccli/services/ai3d/v20250513/api.json +239 -0
  6. tccli/services/ai3d/v20250513/examples.json +21 -0
  7. tccli/services/aiart/v20221229/api.json +3 -3
  8. tccli/services/autoscaling/v20180419/api.json +11 -0
  9. tccli/services/batch/v20170312/api.json +44 -0
  10. tccli/services/cdb/v20170320/api.json +8 -8
  11. tccli/services/cdb/v20170320/examples.json +1 -1
  12. tccli/services/cdn/v20180606/api.json +5 -5
  13. tccli/services/cdwdoris/v20211228/api.json +145 -7
  14. tccli/services/cfg/v20210820/api.json +20 -0
  15. tccli/services/cfs/v20190719/api.json +10 -10
  16. tccli/services/cfw/cfw_client.py +53 -0
  17. tccli/services/cfw/v20190904/api.json +272 -0
  18. tccli/services/cfw/v20190904/examples.json +8 -0
  19. tccli/services/csip/csip_client.py +833 -144
  20. tccli/services/csip/v20221121/api.json +3304 -1436
  21. tccli/services/csip/v20221121/examples.json +104 -0
  22. tccli/services/cvm/v20170312/api.json +64 -1
  23. tccli/services/cwp/v20180228/api.json +9 -0
  24. tccli/services/cwp/v20180228/examples.json +6 -0
  25. tccli/services/emr/v20190103/api.json +217 -2
  26. tccli/services/es/v20250101/api.json +22 -0
  27. tccli/services/ess/v20201111/api.json +10 -1
  28. tccli/services/essbasic/v20210526/api.json +3 -3
  29. tccli/services/gs/v20191118/api.json +38 -0
  30. tccli/services/igtm/igtm_client.py +159 -0
  31. tccli/services/igtm/v20231024/api.json +577 -0
  32. tccli/services/igtm/v20231024/examples.json +24 -0
  33. tccli/services/iotexplorer/v20190423/api.json +3 -3
  34. tccli/services/lcic/lcic_client.py +53 -0
  35. tccli/services/lcic/v20220817/api.json +53 -0
  36. tccli/services/lcic/v20220817/examples.json +8 -0
  37. tccli/services/live/v20180801/api.json +203 -1
  38. tccli/services/live/v20180801/examples.json +1 -1
  39. tccli/services/lke/v20231130/api.json +248 -2
  40. tccli/services/lke/v20231130/examples.json +1 -1
  41. tccli/services/lkeap/v20240522/api.json +1 -1
  42. tccli/services/mrs/v20200910/api.json +10 -0
  43. tccli/services/nlp/nlp_client.py +4 -322
  44. tccli/services/nlp/v20190408/api.json +0 -459
  45. tccli/services/nlp/v20190408/examples.json +0 -48
  46. tccli/services/ocr/v20181119/api.json +97 -11
  47. tccli/services/omics/v20221128/api.json +38 -0
  48. tccli/services/redis/v20180412/api.json +6 -6
  49. tccli/services/redis/v20180412/examples.json +1 -1
  50. tccli/services/ses/v20201002/api.json +100 -5
  51. tccli/services/tcb/v20180608/api.json +1 -1
  52. tccli/services/tcb/v20180608/examples.json +1 -1
  53. tccli/services/tdmq/v20200217/api.json +19 -0
  54. tccli/services/teo/teo_client.py +281 -16
  55. tccli/services/teo/v20220901/api.json +611 -6
  56. tccli/services/teo/v20220901/examples.json +48 -2
  57. tccli/services/tione/v20211111/api.json +16 -0
  58. tccli/services/tke/tke_client.py +57 -4
  59. tccli/services/tke/v20180525/api.json +24 -24
  60. tccli/services/tke/v20220501/api.json +52 -0
  61. tccli/services/tke/v20220501/examples.json +8 -0
  62. tccli/services/tmt/v20180321/api.json +4 -4
  63. tccli/services/tsf/v20180326/api.json +4 -4
  64. tccli/services/vclm/v20240523/api.json +3 -3
  65. tccli/services/vod/v20180717/api.json +5 -5
  66. tccli/services/vod/v20180717/examples.json +9 -9
  67. tccli/services/vpc/v20170312/api.json +1 -1
  68. tccli/services/vrs/v20200824/api.json +1 -1
  69. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/METADATA +2 -2
  70. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/RECORD +73 -171
  71. tccli/services/cis/__init__.py +0 -4
  72. tccli/services/cis/cis_client.py +0 -525
  73. tccli/services/cis/v20180408/api.json +0 -737
  74. tccli/services/cis/v20180408/examples.json +0 -93
  75. tccli/services/dataintegration/__init__.py +0 -4
  76. tccli/services/dataintegration/dataintegration_client.py +0 -207
  77. tccli/services/dataintegration/v20220613/api.json +0 -87
  78. tccli/services/dataintegration/v20220613/examples.json +0 -13
  79. tccli/services/dtf/__init__.py +0 -4
  80. tccli/services/dtf/dtf_client.py +0 -207
  81. tccli/services/dtf/v20200506/api.json +0 -274
  82. tccli/services/dtf/v20200506/examples.json +0 -13
  83. tccli/services/gpm/__init__.py +0 -4
  84. tccli/services/gpm/gpm_client.py +0 -1108
  85. tccli/services/gpm/v20200820/api.json +0 -1959
  86. tccli/services/gpm/v20200820/examples.json +0 -149
  87. tccli/services/gse/__init__.py +0 -4
  88. tccli/services/gse/gse_client.py +0 -4076
  89. tccli/services/gse/v20191112/api.json +0 -7095
  90. tccli/services/gse/v20191112/examples.json +0 -615
  91. tccli/services/iecp/__init__.py +0 -4
  92. tccli/services/iecp/iecp_client.py +0 -4500
  93. tccli/services/iecp/v20210914/api.json +0 -9770
  94. tccli/services/iecp/v20210914/examples.json +0 -691
  95. tccli/services/iir/__init__.py +0 -4
  96. tccli/services/iir/iir_client.py +0 -207
  97. tccli/services/iir/v20200417/api.json +0 -204
  98. tccli/services/iir/v20200417/examples.json +0 -13
  99. tccli/services/iottid/__init__.py +0 -4
  100. tccli/services/iottid/iottid_client.py +0 -631
  101. tccli/services/iottid/v20190411/api.json +0 -553
  102. tccli/services/iottid/v20190411/examples.json +0 -95
  103. tccli/services/mgobe/__init__.py +0 -4
  104. tccli/services/mgobe/mgobe_client.py +0 -530
  105. tccli/services/mgobe/v20190929/api.json +0 -52
  106. tccli/services/mgobe/v20190929/examples.json +0 -13
  107. tccli/services/mgobe/v20201014/api.json +0 -671
  108. tccli/services/mgobe/v20201014/examples.json +0 -61
  109. tccli/services/mvj/__init__.py +0 -4
  110. tccli/services/mvj/mvj_client.py +0 -207
  111. tccli/services/mvj/v20190926/api.json +0 -123
  112. tccli/services/mvj/v20190926/examples.json +0 -19
  113. tccli/services/pds/__init__.py +0 -4
  114. tccli/services/pds/pds_client.py +0 -260
  115. tccli/services/pds/v20210701/api.json +0 -193
  116. tccli/services/pds/v20210701/examples.json +0 -21
  117. tccli/services/smpn/__init__.py +0 -4
  118. tccli/services/smpn/v20190822/api.json +0 -191
  119. tccli/services/smpn/v20190822/examples.json +0 -21
  120. tccli/services/solar/__init__.py +0 -4
  121. tccli/services/solar/solar_client.py +0 -1055
  122. tccli/services/solar/v20181011/api.json +0 -1760
  123. tccli/services/solar/v20181011/examples.json +0 -125
  124. tccli/services/tan/__init__.py +0 -4
  125. tccli/services/tan/tan_client.py +0 -207
  126. tccli/services/tan/v20220420/api.json +0 -65
  127. tccli/services/tan/v20220420/examples.json +0 -19
  128. tccli/services/tav/__init__.py +0 -4
  129. tccli/services/tav/tav_client.py +0 -366
  130. tccli/services/tav/v20190118/api.json +0 -262
  131. tccli/services/tav/v20190118/examples.json +0 -37
  132. tccli/services/tbm/__init__.py +0 -4
  133. tccli/services/tbm/tbm_client.py +0 -631
  134. tccli/services/tbm/v20180129/api.json +0 -1037
  135. tccli/services/tbm/v20180129/examples.json +0 -77
  136. tccli/services/tcex/__init__.py +0 -4
  137. tccli/services/tcex/tcex_client.py +0 -260
  138. tccli/services/tcex/v20200727/api.json +0 -158
  139. tccli/services/tcex/v20200727/examples.json +0 -21
  140. tccli/services/tci/__init__.py +0 -4
  141. tccli/services/tci/tci_client.py +0 -2327
  142. tccli/services/tci/v20190318/api.json +0 -4958
  143. tccli/services/tci/v20190318/examples.json +0 -333
  144. tccli/services/tic/__init__.py +0 -4
  145. tccli/services/tic/tic_client.py +0 -843
  146. tccli/services/tic/v20201117/api.json +0 -1067
  147. tccli/services/tic/v20201117/examples.json +0 -121
  148. tccli/services/ticm/__init__.py +0 -4
  149. tccli/services/ticm/ticm_client.py +0 -313
  150. tccli/services/ticm/v20181127/api.json +0 -1391
  151. tccli/services/ticm/v20181127/examples.json +0 -53
  152. tccli/services/tics/__init__.py +0 -4
  153. tccli/services/tics/tics_client.py +0 -366
  154. tccli/services/tics/v20181115/api.json +0 -694
  155. tccli/services/tics/v20181115/examples.json +0 -37
  156. tccli/services/tiems/__init__.py +0 -4
  157. tccli/services/tiems/tiems_client.py +0 -1479
  158. tccli/services/tiems/v20190416/api.json +0 -3144
  159. tccli/services/tiems/v20190416/examples.json +0 -217
  160. tccli/services/trdp/__init__.py +0 -4
  161. tccli/services/trdp/trdp_client.py +0 -207
  162. tccli/services/trdp/v20220726/api.json +0 -843
  163. tccli/services/trdp/v20220726/examples.json +0 -13
  164. tccli/services/ump/__init__.py +0 -4
  165. tccli/services/ump/ump_client.py +0 -1055
  166. tccli/services/ump/v20200918/api.json +0 -2168
  167. tccli/services/ump/v20200918/examples.json +0 -141
  168. tccli/services/youmall/__init__.py +0 -4
  169. tccli/services/youmall/v20180228/api.json +0 -3572
  170. tccli/services/youmall/v20180228/examples.json +0 -313
  171. tccli/services/youmall/youmall_client.py +0 -1797
  172. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/WHEEL +0 -0
  173. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/entry_points.txt +0 -0
  174. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/license_files/LICENSE +0 -0
@@ -808,7 +808,7 @@
808
808
  },
809
809
  "metadata": {
810
810
  "apiVersion": "2023-11-30",
811
- "api_brief": "提供腾讯云智能体开发平台API能力",
811
+ "api_brief": "腾讯云智能体开发平台(Tencent Cloud Agent Development Platform)深度整合 LLM+RAG 增强检索、自动化工作流、多 Agent 协作架构等核心能力,助力企业高效搭建稳定、安全、符合业务场景的智能体应用。API接口可提供腾讯云智能体开发平台通过接口完成配置的能力。",
812
812
  "serviceNameCN": "腾讯云智能体开发平台",
813
813
  "serviceShortName": "lke"
814
814
  },
@@ -1096,6 +1096,78 @@
1096
1096
  ],
1097
1097
  "usage": "both"
1098
1098
  },
1099
+ "AgentKnowledge": {
1100
+ "document": "Agent 知识库检索插件支持多知识库搜索",
1101
+ "members": [
1102
+ {
1103
+ "disabled": false,
1104
+ "document": "知识库id",
1105
+ "example": "\"1932739306311112222\"",
1106
+ "member": "string",
1107
+ "name": "KnowledgeBizId",
1108
+ "output_required": false,
1109
+ "required": false,
1110
+ "type": "string",
1111
+ "value_allowed_null": false
1112
+ },
1113
+ {
1114
+ "disabled": false,
1115
+ "document": "0-应用内知识库\n1-共享知识库",
1116
+ "example": "1",
1117
+ "member": "int64",
1118
+ "name": "KnowledgeType",
1119
+ "output_required": false,
1120
+ "required": false,
1121
+ "type": "int",
1122
+ "value_allowed_null": false
1123
+ },
1124
+ {
1125
+ "disabled": false,
1126
+ "document": "0-全部知识\n1-按文档和问答\n2-按标签",
1127
+ "example": "1",
1128
+ "member": "int64",
1129
+ "name": "Filter",
1130
+ "output_required": false,
1131
+ "required": false,
1132
+ "type": "int",
1133
+ "value_allowed_null": false
1134
+ },
1135
+ {
1136
+ "disabled": false,
1137
+ "document": "文档id",
1138
+ "example": "\"1933511741231456800\"",
1139
+ "member": "string",
1140
+ "name": "DocBizIds",
1141
+ "output_required": false,
1142
+ "required": false,
1143
+ "type": "list",
1144
+ "value_allowed_null": false
1145
+ },
1146
+ {
1147
+ "disabled": false,
1148
+ "document": "true:包含所有问答\nfalse:不包含问答",
1149
+ "example": "true",
1150
+ "member": "bool",
1151
+ "name": "AllQa",
1152
+ "output_required": false,
1153
+ "required": false,
1154
+ "type": "bool",
1155
+ "value_allowed_null": false
1156
+ },
1157
+ {
1158
+ "disabled": false,
1159
+ "document": "文档标签过滤器",
1160
+ "example": "无",
1161
+ "member": "AgentKnowledgeFilterTag",
1162
+ "name": "Tag",
1163
+ "output_required": false,
1164
+ "required": false,
1165
+ "type": "object",
1166
+ "value_allowed_null": false
1167
+ }
1168
+ ],
1169
+ "usage": "both"
1170
+ },
1099
1171
  "AgentKnowledgeAttrLabel": {
1100
1172
  "document": "标签过滤器",
1101
1173
  "members": [
@@ -1159,6 +1231,28 @@
1159
1231
  "required": false,
1160
1232
  "type": "object",
1161
1233
  "value_allowed_null": false
1234
+ },
1235
+ {
1236
+ "disabled": false,
1237
+ "document": "知识库列表",
1238
+ "example": "无",
1239
+ "member": "AgentKnowledge",
1240
+ "name": "KnowledgeList",
1241
+ "output_required": false,
1242
+ "required": false,
1243
+ "type": "list",
1244
+ "value_allowed_null": false
1245
+ },
1246
+ {
1247
+ "disabled": false,
1248
+ "document": "是否检索全部知识",
1249
+ "example": "true",
1250
+ "member": "bool",
1251
+ "name": "AllKnowledge",
1252
+ "output_required": false,
1253
+ "required": false,
1254
+ "type": "bool",
1255
+ "value_allowed_null": false
1162
1256
  }
1163
1257
  ],
1164
1258
  "usage": "both"
@@ -1376,6 +1470,17 @@
1376
1470
  "required": false,
1377
1471
  "type": "int",
1378
1472
  "value_allowed_null": false
1473
+ },
1474
+ {
1475
+ "disabled": false,
1476
+ "document": "单次会话最大推理轮数",
1477
+ "example": "10",
1478
+ "member": "uint64",
1479
+ "name": "MaxReasoningRound",
1480
+ "output_required": false,
1481
+ "required": false,
1482
+ "type": "int",
1483
+ "value_allowed_null": false
1379
1484
  }
1380
1485
  ],
1381
1486
  "usage": "both"
@@ -2992,6 +3097,67 @@
2992
3097
  ],
2993
3098
  "usage": "out"
2994
3099
  },
3100
+ "BackgroundImageConfig": {
3101
+ "document": "背景图相关配置",
3102
+ "members": [
3103
+ {
3104
+ "disabled": false,
3105
+ "document": "横图(pc)",
3106
+ "example": "https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/1753030485940633600/1933045939331552832/image/hehEVqvCbsPmDkURkUUe-1936336152095918144.png",
3107
+ "member": "string",
3108
+ "name": "LandscapeImageUrl",
3109
+ "output_required": false,
3110
+ "required": false,
3111
+ "type": "string",
3112
+ "value_allowed_null": false
3113
+ },
3114
+ {
3115
+ "disabled": false,
3116
+ "document": "原始图",
3117
+ "example": "https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/1753030485940633600/1933045939331552832/image/hehEVqvCbsPmDkURkUUe-1936336152095918144.png",
3118
+ "member": "string",
3119
+ "name": "OriginalImageUrl",
3120
+ "output_required": false,
3121
+ "required": false,
3122
+ "type": "string",
3123
+ "value_allowed_null": false
3124
+ },
3125
+ {
3126
+ "disabled": false,
3127
+ "document": "长图(手机)",
3128
+ "example": "https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/1753030485940633600/1933045939331552832/image/hehEVqvCbsPmDkURkUUe-1936336152095918144.png",
3129
+ "member": "string",
3130
+ "name": "PortraitImageUrl",
3131
+ "output_required": false,
3132
+ "required": false,
3133
+ "type": "string",
3134
+ "value_allowed_null": false
3135
+ },
3136
+ {
3137
+ "disabled": false,
3138
+ "document": "主题色",
3139
+ "example": "#3B4651",
3140
+ "member": "string",
3141
+ "name": "ThemeColor",
3142
+ "output_required": false,
3143
+ "required": false,
3144
+ "type": "string",
3145
+ "value_allowed_null": false
3146
+ },
3147
+ {
3148
+ "disabled": false,
3149
+ "document": "亮度值",
3150
+ "example": "12",
3151
+ "member": "int64",
3152
+ "name": "Brightness",
3153
+ "output_required": false,
3154
+ "required": false,
3155
+ "type": "int",
3156
+ "value_allowed_null": false
3157
+ }
3158
+ ],
3159
+ "usage": "both"
3160
+ },
2995
3161
  "BaseConfig": {
2996
3162
  "document": "应用基础配置",
2997
3163
  "members": [
@@ -4289,6 +4455,15 @@
4289
4455
  "name": "Desc",
4290
4456
  "required": false,
4291
4457
  "type": "string"
4458
+ },
4459
+ {
4460
+ "disabled": false,
4461
+ "document": "渠道业务ID",
4462
+ "example": "无",
4463
+ "member": "string",
4464
+ "name": "ChannelBizIds",
4465
+ "required": false,
4466
+ "type": "list"
4292
4467
  }
4293
4468
  ],
4294
4469
  "type": "object"
@@ -5252,6 +5427,16 @@
5252
5427
  "type": "bool",
5253
5428
  "value_allowed_null": false
5254
5429
  },
5430
+ {
5431
+ "disabled": false,
5432
+ "document": "智能体类型 dialogue 对话式智能体,wechat 公众号智能体",
5433
+ "example": "无",
5434
+ "member": "string",
5435
+ "name": "AgentType",
5436
+ "output_required": false,
5437
+ "type": "string",
5438
+ "value_allowed_null": false
5439
+ },
5255
5440
  {
5256
5441
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5257
5442
  "member": "string",
@@ -7760,6 +7945,16 @@
7760
7945
  "output_required": false,
7761
7946
  "type": "string",
7762
7947
  "value_allowed_null": false
7948
+ },
7949
+ {
7950
+ "disabled": false,
7951
+ "document": "页码信息",
7952
+ "example": "无",
7953
+ "member": "uint64",
7954
+ "name": "PageInfos",
7955
+ "output_required": false,
7956
+ "type": "list",
7957
+ "value_allowed_null": false
7763
7958
  }
7764
7959
  ],
7765
7960
  "usage": "out"
@@ -9211,6 +9406,15 @@
9211
9406
  "name": "VarType",
9212
9407
  "required": false,
9213
9408
  "type": "string"
9409
+ },
9410
+ {
9411
+ "disabled": false,
9412
+ "document": "是否需要内部变量(默认false)",
9413
+ "example": "false",
9414
+ "member": "bool",
9415
+ "name": "NeedInternalVar",
9416
+ "required": false,
9417
+ "type": "bool"
9214
9418
  }
9215
9419
  ],
9216
9420
  "type": "object"
@@ -10161,6 +10365,28 @@
10161
10365
  "required": false,
10162
10366
  "type": "list",
10163
10367
  "value_allowed_null": false
10368
+ },
10369
+ {
10370
+ "disabled": false,
10371
+ "document": "背景图相关信息\n注意:此字段可能返回 null,表示取不到有效值。",
10372
+ "example": "无",
10373
+ "member": "BackgroundImageConfig",
10374
+ "name": "BackgroundImage",
10375
+ "output_required": false,
10376
+ "required": false,
10377
+ "type": "object",
10378
+ "value_allowed_null": true
10379
+ },
10380
+ {
10381
+ "disabled": false,
10382
+ "document": "开场问题\n注意:此字段可能返回 null,表示取不到有效值。",
10383
+ "example": "[\"开场问题1\",\"开场问题2\",\"开场问题3\"]",
10384
+ "member": "string",
10385
+ "name": "OpeningQuestions",
10386
+ "output_required": false,
10387
+ "required": false,
10388
+ "type": "list",
10389
+ "value_allowed_null": true
10164
10390
  }
10165
10391
  ],
10166
10392
  "usage": "both"
@@ -11352,6 +11578,16 @@
11352
11578
  "output_required": false,
11353
11579
  "type": "bool",
11354
11580
  "value_allowed_null": false
11581
+ },
11582
+ {
11583
+ "disabled": false,
11584
+ "document": "员工名称",
11585
+ "example": "无",
11586
+ "member": "string",
11587
+ "name": "StaffName",
11588
+ "output_required": false,
11589
+ "type": "string",
11590
+ "value_allowed_null": false
11355
11591
  }
11356
11592
  ],
11357
11593
  "usage": "out"
@@ -12021,6 +12257,16 @@
12021
12257
  "output_required": false,
12022
12258
  "type": "bool",
12023
12259
  "value_allowed_null": false
12260
+ },
12261
+ {
12262
+ "disabled": false,
12263
+ "document": "员工名称",
12264
+ "example": "无",
12265
+ "member": "string",
12266
+ "name": "StaffName",
12267
+ "output_required": false,
12268
+ "type": "string",
12269
+ "value_allowed_null": false
12024
12270
  }
12025
12271
  ],
12026
12272
  "usage": "out"
@@ -13565,7 +13811,7 @@
13565
13811
  },
13566
13812
  {
13567
13813
  "disabled": false,
13568
- "document": "应用类型;knowledge_qa-知识问答管理;summary-知识摘要;classifys-知识标签提取",
13814
+ "document": "应用类型;knowledge_qa-知识问答管理;summary-知识摘要;classify-知识标签提取",
13569
13815
  "example": "无",
13570
13816
  "member": "string",
13571
13817
  "name": "AppType",
@@ -735,7 +735,7 @@
735
735
  "ModifyApp": [
736
736
  {
737
737
  "document": "修改应用",
738
- "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApp\n<公共请求参数>\n\n{\n \"AppBizId\": \"1801166480814637056\",\n \"AppType\": \"knowledge_qa\",\n \"BaseConfig\": {\n \"Avatar\": \"头像\",\n \"Desc\": \"应用描述\",\n \"Name\": \"我的应用\"\n },\n \"AppConfig\": {\n \"KnowledgeQa\": {\n \"Greeting\": \"欢迎语\",\n \"Model\": {\n \"Name\": \"cs-normal\",\n \"IsUseContext\": true,\n \"HistoryLimit\": 1,\n \"AliasName\": \"精调知识大模型标准版\",\n \"ContextLimit\": 0,\n \"Desc\": \"\",\n \"TokenBalance\": 0,\n \"Temperature\": \"0.5\",\n \"TopP\": \"0.5\"\n },\n \"Output\": {\n \"Method\": 1,\n \"BareAnswer\": \"针对您这个问题,我暂时还无法进行回答,请换一个问题吧。\",\n \"UseGeneralKnowledge\": false\n },\n \"Pattern\": \"standard\",\n \"Plugins\": [\n {\n \"PluginId\": \"3ad9ddae-587e-4bcc-ae07-ad13bfb1aaca\",\n \"ToolId\": \"0ca8d482-1e77-462b-bc21-xddd7c8f052f69\"\n }\n ],\n \"RoleDescription\": \"角色:客服\\n技能:提供客户支持、解决技术问题\\n说法风格:耐心、友好\\n性格特点:专业、细心\\n角色限制:只能回答与产品或服务相关的问题\",\n \"Search\": [\n {\n \"Confidence\": 0.2,\n \"DocTopN\": 3,\n \"IsEnabled\": true,\n \"QaTopN\": 0,\n \"ReplyFlexibility\": 0,\n \"ResourceStatus\": 0,\n \"ShowSearchEngine\": false,\n \"Type\": \"doc\",\n \"UseSearchEngine\": false\n },\n {\n \"Confidence\": 0.9,\n \"DocTopN\": 0,\n \"IsEnabled\": true,\n \"QaTopN\": 2,\n \"ReplyFlexibility\": 1,\n \"ResourceStatus\": 0,\n \"ShowSearchEngine\": false,\n \"Type\": \"qa\",\n \"UseSearchEngine\": false\n },\n {\n \"Confidence\": 0,\n \"DocTopN\": 0,\n \"IsEnabled\": false,\n \"QaTopN\": 0,\n \"ReplyFlexibility\": 0,\n \"ResourceStatus\": 0,\n \"ShowSearchEngine\": false,\n \"Type\": \"taskflow\",\n \"UseSearchEngine\": false\n },\n {\n \"Confidence\": 0,\n \"DocTopN\": 0,\n \"IsEnabled\": true,\n \"QaTopN\": 0,\n \"ReplyFlexibility\": 0,\n \"ResourceStatus\": 2,\n \"ShowSearchEngine\": false,\n \"Type\": \"search\",\n \"UseSearchEngine\": true\n }\n ],\n \"SearchRange\": {\n \"ApiVarAttrInfos\": [\n {\n \"ApiVarId\": \"7a6d67e0-eff1-406b-b092-3b8072c19570\",\n \"AttrBizId\": \"18537d934840613760\"\n }\n ],\n \"Condition\": \"and\"\n },\n \"SearchStrategy\": {\n \"StrategyType\": 0,\n \"TableEnhancement\": false\n },\n \"Workflow\": {\n \"IsEnabled\": true,\n \"UsePdl\": false\n },\n \"SingleWorkflow\": {\n \"WorkflowId\": \"单工作流ID\"\n },\n \"ThoughtModel\": {\n \"AliasName\": \"精调Function-call模型\",\n \"ContextLimit\": 0,\n \"Desc\": \"\",\n \"HistoryLimit\": 0,\n \"IsUseContext\": false,\n \"Name\": \"function-call-pro\",\n \"TokenBalance\": 0,\n \"Temperature\": \"0.5\",\n \"TopP\": \"0.5\"\n }\n }\n }\n}",
738
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApp\n<公共请求参数>\n\n{\n \"AppBizId\": \"1801166480814637056\",\n \"AppType\": \"knowledge_qa\",\n \"BaseConfig\": {\n \"Avatar\": \"头像\",\n \"Desc\": \"应用描述\",\n \"Name\": \"我的应用\"\n },\n \"AppConfig\": {\n \"KnowledgeQa\": {\n \"Greeting\": \"欢迎语\",\n \"Model\": {\n \"Name\": \"cs-normal\",\n \"IsUseContext\": true,\n \"HistoryLimit\": 1,\n \"AliasName\": \"精调知识大模型标准版\",\n \"ContextLimit\": 0,\n \"Desc\": \"\",\n \"TokenBalance\": 0,\n \"Temperature\": \"0.5\",\n \"TopP\": \"0.5\"\n },\n \"Output\": {\n \"Method\": 1,\n \"BareAnswer\": \"针对您这个问题,我暂时还无法进行回答,请换一个问题吧。\",\n \"UseGeneralKnowledge\": false\n },\n \"Pattern\": \"standard\",\n \"Plugins\": [\n {\n \"PluginId\": \"3ad9ddae-587e-4bcc-ae07-ad13bfb1aaca\",\n \"ToolId\": \"0ca8d482-1e77-462b-bc21-xddd7c8f052f69\"\n }\n ],\n \"RoleDescription\": \"角色:客服\\n技能:提供客户支持、解决技术问题\\n说法风格:耐心、友好\\n性格特点:专业、细心\\n角色限制:只能回答与产品或服务相关的问题\",\n \"Search\": [\n {\n \"Confidence\": 0.2,\n \"DocTopN\": 3,\n \"IsEnabled\": true,\n \"QaTopN\": 0,\n \"ReplyFlexibility\": 0,\n \"ResourceStatus\": 0,\n \"ShowSearchEngine\": false,\n \"Type\": \"doc\",\n \"UseSearchEngine\": false\n },\n {\n \"Confidence\": 0.9,\n \"DocTopN\": 0,\n \"IsEnabled\": true,\n \"QaTopN\": 2,\n \"ReplyFlexibility\": 1,\n \"ResourceStatus\": 0,\n \"ShowSearchEngine\": false,\n \"Type\": \"qa\",\n \"UseSearchEngine\": false\n },\n {\n \"Confidence\": 0,\n \"DocTopN\": 0,\n \"IsEnabled\": false,\n \"QaTopN\": 0,\n \"ReplyFlexibility\": 0,\n \"ResourceStatus\": 0,\n \"ShowSearchEngine\": false,\n \"Type\": \"taskflow\",\n \"UseSearchEngine\": false\n },\n {\n \"Confidence\": 0,\n \"DocTopN\": 0,\n \"IsEnabled\": true,\n \"QaTopN\": 0,\n \"ReplyFlexibility\": 0,\n \"ResourceStatus\": 2,\n \"ShowSearchEngine\": false,\n \"Type\": \"search\",\n \"UseSearchEngine\": true\n }\n ],\n \"SearchRange\": {\n \"ApiVarAttrInfos\": [\n {\n \"ApiVarId\": \"7a6d67e0-eff1-406b-b092-3b8072c19570\",\n \"AttrBizId\": \"18537d934840613760\"\n }\n ],\n \"Condition\": \"and\"\n },\n \"SearchStrategy\": {\n \"StrategyType\": 0,\n \"TableEnhancement\": false\n },\n \"Workflow\": {\n \"IsEnabled\": true,\n \"UsePdl\": false\n },\n \"SingleWorkflow\": {\n \"WorkflowId\": \"单工作流ID\"\n },\n \"ThoughtModel\": {\n \"AliasName\": \"精调Function-call模型\",\n \"ContextLimit\": 0,\n \"Desc\": \"\",\n \"HistoryLimit\": 0,\n \"IsUseContext\": false,\n \"Name\": \"function-call-pro\",\n \"TokenBalance\": 0,\n \"Temperature\": \"0.5\",\n \"TopP\": \"0.5\"\n },\n \"BackgroundImage\": {\n \"LandscapeImageUrl\": \"https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/1753030485940633600/1933045939331552832/image/hehEVqvCbsPmDkURkUUe-1936336152095918144.png\",\n \"OriginalImageUrl\": \"https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/1753030485940633600/1933045939331552832/image/hehEVqvCbsPmDkURkUUe-1936336152095918144.png\",\n \"PortraitImageUrl\": \"https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/1753030485940633600/1933045939331552832/image/hehEVqvCbsPmDkURkUUe-1936336152095918144.png\",\n \"ThemeColor\": \"#abc123\",\n \"Brightness\": 32\n }\n }\n }\n}",
739
739
  "output": "{\n \"Response\": {\n \"AppBizId\": \"198848848484848\",\n \"RequestId\": \"dwec-adsdsdsd-sfsfdsfsf\"\n }\n}",
740
740
  "title": "修改应用"
741
741
  }
@@ -185,7 +185,7 @@
185
185
  },
186
186
  "metadata": {
187
187
  "apiVersion": "2024-05-22",
188
- "api_brief": "支持直接通过API调用大模型能力。",
188
+ "api_brief": "知识引擎原子能力(LLM Knowledge Engine Basic API)基于知识引擎研发的知识问答全链路能力,面向企业及开发者,提供灵活组建及开发模型应用的能力。您可通过多款原子能力组建您专属的模型服务,调用大模型对话、文档解析、拆分、embedding、多轮改写等服务进行组装,定制企业专属 AI 业务。支持直接通过API调用大模型能力。",
189
189
  "serviceNameCN": "知识引擎原子能力",
190
190
  "serviceShortName": "lkeap"
191
191
  },
@@ -6835,6 +6835,16 @@
6835
6835
  "output_required": false,
6836
6836
  "type": "string",
6837
6837
  "value_allowed_null": false
6838
+ },
6839
+ {
6840
+ "disabled": false,
6841
+ "document": "检测方法",
6842
+ "example": "检测方法",
6843
+ "member": "string",
6844
+ "name": "Method",
6845
+ "output_required": false,
6846
+ "type": "string",
6847
+ "value_allowed_null": false
6838
6848
  }
6839
6849
  ],
6840
6850
  "usage": "out"