tccli 3.0.1330.1__py2.py3-none-any.whl → 3.0.1333.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.
- tccli/__init__.py +1 -1
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/bmvpc/v20180625/api.json +36 -36
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +71 -2
- tccli/services/ccc/v20200210/examples.json +8 -0
- tccli/services/cdb/v20170320/api.json +37 -37
- tccli/services/cdn/v20180606/api.json +5 -5
- tccli/services/cdn/v20180606/examples.json +5 -5
- tccli/services/cfw/v20190904/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +11 -1
- tccli/services/clb/v20180317/api.json +18 -0
- tccli/services/cwp/v20180228/api.json +4 -4
- tccli/services/dbbrain/v20210527/api.json +1 -0
- tccli/services/dc/v20180410/api.json +39 -0
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +509 -2
- tccli/services/dnspod/v20210323/examples.json +17 -1
- tccli/services/emr/v20190103/api.json +2 -2
- tccli/services/ess/ess_client.py +57 -4
- tccli/services/ess/v20201111/api.json +63 -2
- tccli/services/ess/v20201111/examples.json +8 -0
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/faceid/v20180301/api.json +4 -4
- tccli/services/goosefs/v20220519/api.json +2 -2
- tccli/services/gs/gs_client.py +163 -4
- tccli/services/gs/v20191118/api.json +216 -0
- tccli/services/gs/v20191118/examples.json +24 -0
- tccli/services/ioa/ioa_client.py +167 -8
- tccli/services/ioa/v20220601/api.json +541 -1
- tccli/services/ioa/v20220601/examples.json +42 -0
- tccli/services/iotexplorer/v20190423/api.json +12 -12
- tccli/services/iotexplorer/v20190423/examples.json +2 -2
- tccli/services/live/v20180801/api.json +3 -3
- tccli/services/lke/lke_client.py +699 -63
- tccli/services/lke/v20231130/api.json +1754 -79
- tccli/services/lke/v20231130/examples.json +96 -0
- tccli/services/lkeap/v20240522/examples.json +5 -5
- tccli/services/lowcode/v20210108/api.json +41 -1
- tccli/services/lowcode/v20210108/examples.json +2 -2
- tccli/services/ocr/ocr_client.py +532 -320
- tccli/services/ocr/v20181119/api.json +545 -8
- tccli/services/ocr/v20181119/examples.json +32 -0
- tccli/services/sms/v20190711/api.json +4 -4
- tccli/services/sms/v20210111/api.json +4 -4
- tccli/services/ssl/v20191205/api.json +4 -4
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/tat/v20201028/api.json +1 -1
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/tke/tke_client.py +106 -0
- tccli/services/tke/v20180525/api.json +124 -0
- tccli/services/tke/v20180525/examples.json +16 -0
- tccli/services/trtc/v20190722/api.json +2 -2
- tccli/services/tsf/v20180326/api.json +46 -17
- tccli/services/tsf/v20180326/examples.json +10 -10
- tccli/services/vpc/v20170312/api.json +5 -5
- tccli/services/vpc/v20170312/examples.json +6 -6
- {tccli-3.0.1330.1.dist-info → tccli-3.0.1333.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1330.1.dist-info → tccli-3.0.1333.1.dist-info}/RECORD +63 -63
- {tccli-3.0.1330.1.dist-info → tccli-3.0.1333.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1330.1.dist-info → tccli-3.0.1333.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1330.1.dist-info → tccli-3.0.1333.1.dist-info}/license_files/LICENSE +0 -0
@@ -88,6 +88,14 @@
|
|
88
88
|
"title": "创建发布"
|
89
89
|
}
|
90
90
|
],
|
91
|
+
"CreateSharedKnowledge": [
|
92
|
+
{
|
93
|
+
"document": "创建共享知识库",
|
94
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSharedKnowledge\n<公共请求参数>\n\n{\n \"KnowledgeName\": \"共享知识库1\",\n \"KnowledgeDescription\": \"计算机基础理论知识库\",\n \"EmbeddingModel\": \"general-text-embedding-v2.7\"\n}",
|
95
|
+
"output": "{\n \"Response\": {\n \"KnowledgeBizId\": \"1908652910168703294\",\n \"RequestId\": \"798dbcd5-80e1-277d-aeb7-0018abab7686\"\n }\n}",
|
96
|
+
"title": "创建共享知识库"
|
97
|
+
}
|
98
|
+
],
|
91
99
|
"CreateVar": [
|
92
100
|
{
|
93
101
|
"document": "创建变量",
|
@@ -96,6 +104,14 @@
|
|
96
104
|
"title": "创建变量"
|
97
105
|
}
|
98
106
|
],
|
107
|
+
"CreateWorkflowRun": [
|
108
|
+
{
|
109
|
+
"document": "针对运行时间比较长的工作流的场景。步骤:在平台上创建好符合条件(不含参数提取节点、选项卡节点和回复节点)的工作流并调试通过,编辑应用设置成“单工作流模式”,选择工作流,打开“异步调用”的开关,然后再调用本接口。",
|
110
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateWorkflowRun\n<公共请求参数>\n\n{\n \"RunEnv\": 1,\n \"AppBizId\": \"1854548189164339200\",\n \"Query\": \"发起任务\",\n \"CustomVariables\": [\n {\n \"Name\": \"name\",\n \"Value\": \"张三\"\n }\n ]\n}",
|
111
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"42c23cf3-0dbb-4676-a5a0-bb9cb0787f5d\",\n \"AppBizId\": \"1854548189164339200\",\n \"WorkflowRunId\": \"67c23cf3-077b-4644-225a0-bb9cb078322\",\n \"RunEnv\": 1,\n \"CreateTime\": \"1672531200000\",\n \"Query\": \"发起任务\",\n \"CustomVariables\": [\n {\n \"Name\": \"name\",\n \"Value\": \"张三\"\n }\n ]\n }\n}",
|
112
|
+
"title": "创建工作流的异步运行实例"
|
113
|
+
}
|
114
|
+
],
|
99
115
|
"DeleteApp": [
|
100
116
|
{
|
101
117
|
"document": "删除应用",
|
@@ -152,6 +168,14 @@
|
|
152
168
|
"title": "DeleteRejectedQuestion"
|
153
169
|
}
|
154
170
|
],
|
171
|
+
"DeleteSharedKnowledge": [
|
172
|
+
{
|
173
|
+
"document": "删除共享知识库",
|
174
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSharedKnowledge\n<公共请求参数>\n\n{\n \"KnowledgeBizId\": \"1908652910168703294\"\n}",
|
175
|
+
"output": "{\n \"Response\": {\n \"KnowledgeBizId\": \"1908652910168703294\",\n \"RequestId\": \"f1c3dcb2-e3d7-686e-a809-29d53f7a915f\"\n }\n}",
|
176
|
+
"title": "删除共享知识库"
|
177
|
+
}
|
178
|
+
],
|
155
179
|
"DescribeApp": [
|
156
180
|
{
|
157
181
|
"document": "获取企业下应用详情",
|
@@ -224,6 +248,14 @@
|
|
224
248
|
"title": "查询知识库容量饼图"
|
225
249
|
}
|
226
250
|
],
|
251
|
+
"DescribeNodeRun": [
|
252
|
+
{
|
253
|
+
"document": "已经创建了工作流异步运行实例,通过DescribeWorkflowRun接口获取到节点的基本信息,再通过此接口可获取节点的运行详情",
|
254
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNodeRun\n<公共请求参数>\n\n{\n \"NodeRunId\": \"n223-4358-b8a0-b4d65712f44c\"\n}",
|
255
|
+
"output": "{\n \"Response\": {\n \"NodeRun\": {\n \"NodeRunId\": \"nf5a21-6223-4358-b8a789\",\n \"NodeId\": \"e60de932-b050-65ce-261e-027760e93d81\",\n \"WorkflowRunId\": \"1dcf5a21-6223-4358-b8a0-b4d6\",\n \"NodeName\": \"大模型节点\",\n \"NodeType\": 3,\n \"State\": 1,\n \"FailCode\": \"\",\n \"FailMessage\": \"\",\n \"CostMilliseconds\": 1000,\n \"TotalTokens\": 100,\n \"Input\": \"{\\\"Age\\\": 12}\",\n \"InputRef\": \"\",\n \"Output\": \"{\\\"Age\\\": 12}\",\n \"OutputRef\": \"\",\n \"TaskOutput\": \"{\\\"Age\\\": 12...\",\n \"TaskOutputRef\": \"https://lke-realtime-test-1251316161.cos.ap-guangzhou.myqcloud.com/xxxx/xxxx.json\",\n \"Log\": \"\",\n \"LogRef\": \"\",\n \"StartTime\": \"1672531200000\",\n \"EndTime\": \"1672531300000\",\n \"StatisticInfos\": [\n {\n \"ModelName\": \"workflow-pro\",\n \"FirstTokenCost\": 200,\n \"TotalCost\": 1000,\n \"InputTokens\": 20,\n \"OutputTokens\": 30,\n \"TotalTokens\": 50\n }\n ]\n },\n \"RequestId\": \"925208e7-46fa-43b3-a429-ddcbccad24f6\"\n }\n}",
|
256
|
+
"title": "查看工作流异步运行实例的节点的运行详情"
|
257
|
+
}
|
258
|
+
],
|
227
259
|
"DescribeQA": [
|
228
260
|
{
|
229
261
|
"document": "获取QA详情",
|
@@ -280,6 +312,14 @@
|
|
280
312
|
"title": "片段请求"
|
281
313
|
}
|
282
314
|
],
|
315
|
+
"DescribeSharedKnowledge": [
|
316
|
+
{
|
317
|
+
"document": "查询共享知识库",
|
318
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSharedKnowledge\n<公共请求参数>\n\n{\n \"KnowledgeBizId\": \"1908652910168703294\"\n}",
|
319
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f1c3dcb2-e3d7-686e-a809-29d53f7a915f\",\n \"Info\": {\n \"AppList\": [\n {\n \"AppBizId\": \"1906370579678213376\",\n \"AppName\": \"AI助手1\"\n }\n ],\n \"Knowledge\": {\n \"EmbeddingModel\": \"general-text-embedding-v2.7\",\n \"KnowledgeBizId\": \"1908652910168703294\",\n \"KnowledgeDescription\": \"计算机基础理论知识库\",\n \"KnowledgeName\": \"共享知识库1\",\n \"QaExtractModel\": \"general-qa-extract-v1.8\",\n \"UpdateTime\": \"1747757139\"\n },\n \"User\": {\n \"UserBizId\": \"1908176109182178608\",\n \"UserName\": \"700000963993\"\n }\n }\n }\n}",
|
320
|
+
"title": "查询共享知识库"
|
321
|
+
}
|
322
|
+
],
|
283
323
|
"DescribeStorageCredential": [
|
284
324
|
{
|
285
325
|
"document": "",
|
@@ -318,6 +358,14 @@
|
|
318
358
|
"title": "查看不满意回复上下文"
|
319
359
|
}
|
320
360
|
],
|
361
|
+
"DescribeWorkflowRun": [
|
362
|
+
{
|
363
|
+
"document": "查询工作流运行实例详情",
|
364
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWorkflowRun\n<公共请求参数>\n\n{\n \"WorkflowRunId\": \"1dcf5a21-6223-4358-b8a0-b4d6571\"\n}",
|
365
|
+
"output": "{\n \"Response\": {\n \"WorkflowRun\": {\n \"RunEnv\": 1,\n \"AppBizId\": \"1854548189164339200\",\n \"WorkflowRunId\": \"1dcf5a21-6223-4358-b8a0-b4d6\",\n \"WorkflowId\": \"412f5a21-6223-4358-b8a0-b4d6\",\n \"Name\": \"订酒店\",\n \"State\": 1,\n \"FailMessage\": \"\",\n \"TotalTokens\": 100,\n \"StartTime\": \"1672531200000\",\n \"EndTime\": \"1672531300000\",\n \"CreateTime\": \"1672531100000\",\n \"DialogJson\": \"{\\\"Workflows\\\": {\\\"WorkflowID\\\":\\\"1dcf5a21-6223-4358-b8a0-b4d65712f44c\\\",\\\"WorkflowName\\\":\\\"异步\\\",\\\"WorkflowDesc\\\":\\\"异步\\\",\\\"Nodes\\\":[{\\\"NodeID\\\":\\\"a2b6549c-85b6-b404-a736-3d738591f297\\\",\\\"NodeName\\\":\\\"开始\\\",\\\"NodeType\\\":\\\"START\\\",\\\"NodeDesc\\\":\\\"\\\",\\\"StartNodeData\\\":{},\\\"NextNodeIDs\\\":[\\\"bb004f48-eabd-4104-6cb1-1fb9f154c24d\\\"],\\\"Inputs\\\":[],\\\"NodeUI\\\":\\\"{\\\\\\\"data\\\\\\\":{\\\\\\\"content\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"isHovering\\\\\\\":false,\\\\\\\"isParallel\\\\\\\":false,\\\\\\\"source\\\\\\\":false,\\\\\\\"target\\\\\\\":true,\\\\\\\"debug\\\\\\\":null,\\\\\\\"error\\\\\\\":false,\\\\\\\"output\\\\\\\":[]},\\\\\\\"position\\\\\\\":{\\\\\\\"x\\\\\\\":400,\\\\\\\"y\\\\\\\":282},\\\\\\\"targetPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"sourcePosition\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"selected\\\\\\\":false,\\\\\\\"measured\\\\\\\":{\\\\\\\"width\\\\\\\":250,\\\\\\\"height\\\\\\\":84}}\\\"},{\\\"NodeID\\\":\\\"4710f3a1-fa47-d542-e3be-5b5ce38be1fe\\\",\\\"NodeName\\\":\\\"结束\\\",\\\"NodeType\\\":\\\"END\\\",\\\"NodeDesc\\\":\\\"\\\",\\\"EndNodeData\\\":{},\\\"NextNodeIDs\\\":[],\\\"Outputs\\\":[{\\\"Title\\\":\\\"Output\\\",\\\"Type\\\":\\\"OBJECT\\\",\\\"Required\\\":[],\\\"Properties\\\":[],\\\"Desc\\\":\\\"输出内容\\\"}],\\\"NodeUI\\\":\\\"{\\\\\\\"data\\\\\\\":{\\\\\\\"content\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"isHovering\\\\\\\":false,\\\\\\\"isParallel\\\\\\\":false,\\\\\\\"source\\\\\\\":true,\\\\\\\"target\\\\\\\":false,\\\\\\\"debug\\\\\\\":null,\\\\\\\"error\\\\\\\":false,\\\\\\\"output\\\\\\\":[{\\\\\\\"label\\\\\\\":\\\\\\\"Output\\\\\\\",\\\\\\\"desc\\\\\\\":\\\\\\\"输出内容\\\\\\\",\\\\\\\"optionType\\\\\\\":\\\\\\\"REFERENCE_OUTPUT\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"OBJECT\\\\\\\",\\\\\\\"children\\\\\\\":[]}]},\\\\\\\"position\\\\\\\":{\\\\\\\"x\\\\\\\":1200,\\\\\\\"y\\\\\\\":282},\\\\\\\"targetPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"sourcePosition\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"selected\\\\\\\":false,\\\\\\\"measured\\\\\\\":{\\\\\\\"width\\\\\\\":250,\\\\\\\"height\\\\\\\":84}}\\\"},{\\\"NodeID\\\":\\\"bb004f48-eabd-4104-6cb1-1fb9f154c24d\\\",\\\"NodeName\\\":\\\"代码1\\\",\\\"NodeType\\\":\\\"CODE_EXECUTOR\\\",\\\"NodeDesc\\\":\\\"\\\",\\\"CodeExecutorNodeData\\\":{\\\"Code\\\":\\\"CiMg6K+35L+d5a2Y5Ye95pWw5ZCN5Li6bWFpbizovpPlhaXovpPlh7rlnYfkuLpkaWN077yb5pyA57uI57uT5p6c5Lya5LulanNvbuWtl+espuS4suaWueW8j+i/lOWbnu+8jOivt+WLv+ebtOaOpei/lOWbnuS4jeaUr+aMgWpzb24uZHVtcHPnmoTlr7nosaEKZGVmIG1haW4ocGFyYW1zOiBkaWN0KSAtPiBkaWN0OgogICAgcmV0dXJuIHsKICAgICAgICAncmVzdWx0JzogcGFyYW1zLmdldCgnaW5wdXQnLCAwKQogICAgfQo=\\\",\\\"Language\\\":0},\\\"NextNodeIDs\\\":[\\\"4710f3a1-fa47-d542-e3be-5b5ce38be1fe\\\"],\\\"Inputs\\\":[],\\\"Outputs\\\":[{\\\"Title\\\":\\\"Output\\\",\\\"Type\\\":\\\"OBJECT\\\",\\\"Required\\\":[],\\\"Properties\\\":[{\\\"Title\\\":\\\"result\\\",\\\"Type\\\":\\\"STRING\\\",\\\"Required\\\":[],\\\"Properties\\\":[],\\\"Desc\\\":\\\"\\\"}],\\\"Desc\\\":\\\"输出内容\\\"}],\\\"NodeUI\\\":\\\"{\\\\\\\"data\\\\\\\":{\\\\\\\"content\\\\\\\":{\\\\\\\"outputs\\\\\\\":[\\\\\\\"Output\\\\\\\",\\\\\\\"Output.result\\\\\\\"],\\\\\\\"inputs\\\\\\\":[]},\\\\\\\"isHovering\\\\\\\":false,\\\\\\\"isParallel\\\\\\\":false,\\\\\\\"source\\\\\\\":true,\\\\\\\"target\\\\\\\":true,\\\\\\\"debug\\\\\\\":null,\\\\\\\"error\\\\\\\":false,\\\\\\\"output\\\\\\\":[{\\\\\\\"id\\\\\\\":\\\\\\\"b14d43a6-51ea-2df8-fcfc-759261cd5b1b\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Output\\\\\\\",\\\\\\\"label\\\\\\\":\\\\\\\"Output\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"OBJECT\\\\\\\",\\\\\\\"children\\\\\\\":[{\\\\\\\"id\\\\\\\":\\\\\\\"e8a0a1f1-8bb4-892a-34ba-e020e3f48c99\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"result\\\\\\\",\\\\\\\"label\\\\\\\":\\\\\\\"result\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"STRING\\\\\\\",\\\\\\\"children\\\\\\\":[]}]}]},\\\\\\\"position\\\\\\\":{\\\\\\\"x\\\\\\\":700,\\\\\\\"y\\\\\\\":282},\\\\\\\"targetPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"sourcePosition\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"selected\\\\\\\":true,\\\\\\\"measured\\\\\\\":{\\\\\\\"width\\\\\\\":250,\\\\\\\"height\\\\\\\":104}}\\\"}],\\\"Edge\\\":\\\"[{\\\\\\\"source\\\\\\\":\\\\\\\"a2b6549c-85b6-b404-a736-3d738591f297\\\\\\\",\\\\\\\"sourceHandle\\\\\\\":\\\\\\\"a2b6549c-85b6-b404-a736-3d738591f297-source\\\\\\\",\\\\\\\"target\\\\\\\":\\\\\\\"bb004f48-eabd-4104-6cb1-1fb9f154c24d\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"custom\\\\\\\",\\\\\\\"data\\\\\\\":{\\\\\\\"connectedNodeIsHovering\\\\\\\":false,\\\\\\\"error\\\\\\\":false,\\\\\\\"isHovering\\\\\\\":false},\\\\\\\"id\\\\\\\":\\\\\\\"xy-edge__a2b6549c-85b6-b404-a736-3d738591f297a2b6549c-85b6-b404-a736-3d738591f297-source-bb004f48-eabd-4104-6cb1-1fb9f154c24d\\\\\\\"},{\\\\\\\"source\\\\\\\":\\\\\\\"bb004f48-eabd-4104-6cb1-1fb9f154c24d\\\\\\\",\\\\\\\"sourceHandle\\\\\\\":\\\\\\\"bb004f48-eabd-4104-6cb1-1fb9f154c24d-source\\\\\\\",\\\\\\\"target\\\\\\\":\\\\\\\"4710f3a1-fa47-d542-e3be-5b5ce38be1fe\\\\\\\",\\\\\\\"targetHandle\\\\\\\":\\\\\\\"4710f3a1-fa47-d542-e3be-5b5ce38be1fe-target\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"custom\\\\\\\",\\\\\\\"data\\\\\\\":{\\\\\\\"connectedNodeIsHovering\\\\\\\":false,\\\\\\\"isHovering\\\\\\\":false,\\\\\\\"error\\\\\\\":false},\\\\\\\"id\\\\\\\":\\\\\\\"xy-edge__bb004f48-eabd-4104-6cb1-1fb9f154c24dbb004f48-eabd-4104-6cb1-1fb9f154c24d-source-4710f3a1-fa47-d542-e3be-5b5ce38be1fe4710f3a1-fa47-d542-e3be-5b5ce38be1fe-target\\\\\\\"}]\\\"}}\",\n \"Query\": \"我想订酒店\",\n \"MainModelName\": \"workflow-pro\",\n \"CustomVariables\": []\n },\n \"NodeRuns\": [\n {\n \"NodeRunId\": \"nf5a21-6223-4358-b8a789\",\n \"NodeId\": \"e60de932-b050-65ce-261e-027760e93d81\",\n \"WorkflowRunId\": \"1dcf5a21-6223-4358-b8a0-b4d6\",\n \"NodeName\": \"大模型节点\",\n \"NodeType\": 3,\n \"State\": 1,\n \"FailCode\": \"\",\n \"FailMessage\": \"\",\n \"CostMilliseconds\": 1000,\n \"TotalTokens\": 100\n }\n ],\n \"RequestId\": \"925208e7-46fa-43b3-a429-ddcbccad24f6\"\n }\n}",
|
366
|
+
"title": "查询工作流运行实例详情"
|
367
|
+
}
|
368
|
+
],
|
321
369
|
"ExportAttributeLabel": [
|
322
370
|
{
|
323
371
|
"document": "导出知识标签",
|
@@ -548,6 +596,14 @@
|
|
548
596
|
"title": "获取QA分类"
|
549
597
|
}
|
550
598
|
],
|
599
|
+
"ListReferShareKnowledge": [
|
600
|
+
{
|
601
|
+
"document": "",
|
602
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListReferShareKnowledge\n<公共请求参数>\n\n{\n \"AppBizId\": \"1908652910168703294\"\n}",
|
603
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f1c3dcb2-e3d7-686e-a809-29d53f7a915f\",\n \"List\": [\n {\n \"EmbeddingModel\": \"general-text-embedding-v2.7\",\n \"KnowledgeBizId\": \"1908652910168703294\",\n \"KnowledgeDescription\": \"计算机基础理论知识库\",\n \"KnowledgeName\": \"共享知识库1\",\n \"QaExtractModel\": \"general-qa-extract-v1.8\",\n \"UpdateTime\": \"1747757139\"\n }\n ]\n }\n}",
|
604
|
+
"title": "查看应用引用的共享知识库列表"
|
605
|
+
}
|
606
|
+
],
|
551
607
|
"ListRejectedQuestion": [
|
552
608
|
{
|
553
609
|
"document": "获取拒答问题列表",
|
@@ -604,6 +660,14 @@
|
|
604
660
|
"title": "获取文档下拉列表"
|
605
661
|
}
|
606
662
|
],
|
663
|
+
"ListSharedKnowledge": [
|
664
|
+
{
|
665
|
+
"document": "列举共享知识库",
|
666
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListSharedKnowledge\n<公共请求参数>\n\n{\n \"Keyword\": \"计算机\",\n \"PageNumber\": 1,\n \"PageSize\": 10\n}",
|
667
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f1c3dcb2-e3d7-686e-a809-29d53f7a915f\",\n \"KnowledgeList\": [\n {\n \"AppList\": [\n {\n \"AppBizId\": \"1906370579678213376\",\n \"AppName\": \"AI助手1\"\n }\n ],\n \"Knowledge\": {\n \"EmbeddingModel\": \"general-text-embedding-v2.7\",\n \"KnowledgeBizId\": \"1908652910168703294\",\n \"KnowledgeDescription\": \"计算机基础理论知识库\",\n \"KnowledgeName\": \"共享知识库1\",\n \"QaExtractModel\": \"general-qa-extract-v1.8\",\n \"UpdateTime\": \"1747757139\"\n },\n \"User\": {\n \"UserBizId\": \"1908176109182178608\",\n \"UserName\": \"700000963993\"\n }\n }\n ],\n \"Total\": 1\n }\n}",
|
668
|
+
"title": "列举共享知识库"
|
669
|
+
}
|
670
|
+
],
|
607
671
|
"ListUnsatisfiedReply": [
|
608
672
|
{
|
609
673
|
"document": "查询不满意回复列表",
|
@@ -620,6 +684,14 @@
|
|
620
684
|
"title": "列表查询单次调用明细"
|
621
685
|
}
|
622
686
|
],
|
687
|
+
"ListWorkflowRuns": [
|
688
|
+
{
|
689
|
+
"document": "已经通过CreateWorkflowRun接口创建了多个异步运行实例,调用本接口来查询列表。",
|
690
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListWorkflowRuns\n<公共请求参数>\n\n{\n \"AppBizId\": \"1854548189164339200\",\n \"Page\": 1,\n \"PageSize\": 10\n}",
|
691
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"WorkflowRuns\": [\n {\n \"RunEnv\": 1,\n \"AppBizId\": \"1854548189164339200\",\n \"WorkflowRunId\": \"run-id-123\",\n \"WorkflowId\": \"workflow-id-456\",\n \"State\": 4,\n \"FailMessage\": \"\",\n \"TotalTokens\": 100,\n \"StartTime\": \"1672531200000\",\n \"EndTime\": \"1672531300000\",\n \"CreateTime\": \"1672531100000\"\n }\n ],\n \"RequestId\": \"925208e7-46fa-43b3-a429-ddcbccad24f6\"\n }\n}",
|
692
|
+
"title": "查询工作流异步运行实例的列表"
|
693
|
+
}
|
694
|
+
],
|
623
695
|
"ModifyApp": [
|
624
696
|
{
|
625
697
|
"document": "修改应用",
|
@@ -716,6 +788,14 @@
|
|
716
788
|
"title": "接口调用成功示例"
|
717
789
|
}
|
718
790
|
],
|
791
|
+
"ReferShareKnowledge": [
|
792
|
+
{
|
793
|
+
"document": "应用共享知识库",
|
794
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReferShareKnowledge\n<公共请求参数>\n\n{\n \"AppBizId\": \"1904370549674213375\",\n \"KnowledgeBizId\": [\n \"1904370549674213377\",\n \"1904370549674213378\"\n ]\n}",
|
795
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f1c3dcb2-e3d7-686e-a809-29d53f7a915f\"\n }\n}",
|
796
|
+
"title": "应用引用共享知识库接口"
|
797
|
+
}
|
798
|
+
],
|
719
799
|
"RenameDoc": [
|
720
800
|
{
|
721
801
|
"document": "重命名文档-提交成功",
|
@@ -772,6 +852,22 @@
|
|
772
852
|
"title": "终止文档解析"
|
773
853
|
}
|
774
854
|
],
|
855
|
+
"StopWorkflowRun": [
|
856
|
+
{
|
857
|
+
"document": "停止工作流异步运行实例",
|
858
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopWorkflowRun\n<公共请求参数>\n\n{\n \"WorkflowRunId\": \"1dcf5a21-6223-4358-b8a0-b4d6571\"\n}",
|
859
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"925208e7-46fa-43b3-a429-ddcbccad24f6\"\n }\n}",
|
860
|
+
"title": "停止工作流异步运行实例"
|
861
|
+
}
|
862
|
+
],
|
863
|
+
"UpdateSharedKnowledge": [
|
864
|
+
{
|
865
|
+
"document": "更新共享知识库",
|
866
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateSharedKnowledge\n<公共请求参数>\n\n{\n \"KnowledgeBizId\": \"1908652910168703294\",\n \"Info\": {\n \"EmbeddingModel\": \"general-text-embedding-v2.7\",\n \"KnowledgeDescription\": \"计算机基础理论知识库\",\n \"KnowledgeName\": \"共享知识库1\",\n \"QaExtractModel\": \"general-qa-extract-v1.8\"\n }\n}",
|
867
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f1c3dcb2-e3d7-686e-a809-29d53f7a915f\",\n \"KnowledgeBizId\": \"1908652910168703294\"\n }\n}",
|
868
|
+
"title": "更新共享知识库"
|
869
|
+
}
|
870
|
+
],
|
775
871
|
"UploadAttributeLabel": [
|
776
872
|
{
|
777
873
|
"document": "上传导入知识标签",
|
@@ -63,7 +63,7 @@
|
|
63
63
|
"DeleteAttributeLabels": [
|
64
64
|
{
|
65
65
|
"document": "删除属性标签",
|
66
|
-
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:
|
66
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAttributeLabels\n<公共请求参数>\n\n{\n \"KnowledgeBaseId\": \"4901991032\",\n \"AttributeIds\": [\n \"1830996257455365986\"\n ]\n}",
|
67
67
|
"output": "{\n \"Response\": {\n \"RequestId\": \"1966c811-59a6-4385-bd4f-4ce12bdaa21a\"\n }\n}",
|
68
68
|
"title": "删除属性标签"
|
69
69
|
}
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"DeleteDocs": [
|
72
72
|
{
|
73
73
|
"document": "删除文档",
|
74
|
-
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:
|
74
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDocs\n<公共请求参数>\n\n{\n \"KnowledgeBaseId\": \"4901991032\",\n \"DocIds\": [\n \"1830996257459865536\"\n ]\n}",
|
75
75
|
"output": "{\n \"Response\": {\n \"RequestId\": \"f3d05737-0b05-45cd-aa6a-fe16213cfe01\"\n }\n}",
|
76
76
|
"title": "删除文档"
|
77
77
|
}
|
@@ -87,7 +87,7 @@
|
|
87
87
|
"DeleteQAs": [
|
88
88
|
{
|
89
89
|
"document": "删除qa",
|
90
|
-
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:
|
90
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteQAs\n<公共请求参数>\n\n{\n \"KnowledgeBaseId\": \"4901991032\",\n \"QaIds\": [\n \"1830996257459865536\"\n ]\n}",
|
91
91
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6c081879-196a-4df0-87ac-07e73a00952e\"\n }\n}",
|
92
92
|
"title": "删除问答对"
|
93
93
|
}
|
@@ -143,7 +143,7 @@
|
|
143
143
|
"ListAttributeLabels": [
|
144
144
|
{
|
145
145
|
"document": "获取标签列表",
|
146
|
-
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:
|
146
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListAttributeLabels\n<公共请求参数>\n\n{\n \"KnowledgeBaseId\": \"4901991032\",\n \"PageNumber\": 1,\n \"PageSize\": 50\n}",
|
147
147
|
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"AttributeId\": \"1830880287852529408\",\n \"AttributeKey\": \"stylee\",\n \"AttributeName\": \"风格\",\n \"Labels\": [\n {\n \"LabelId\": \"1830880287852529408\",\n \"LabelName\": \"流行\"\n },\n {\n \"LabelId\": \"1830880287852529408\",\n \"LabelName\": \"现代\"\n }\n ]\n }\n ],\n \"RequestId\": \"c5821f64-064a-448c-9279-b40eff06f4ae\",\n \"TotalCount\": 1\n }\n}",
|
148
148
|
"title": "获取标签列表"
|
149
149
|
}
|
@@ -220,7 +220,7 @@
|
|
220
220
|
{
|
221
221
|
"document": "实时语义检索",
|
222
222
|
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RetrieveKnowledgeRealtime\n<公共请求参数>\n\n{\n \"KnowledgeBaseId\": \"49019910106\",\n \"Query\": \"国庆节放几天假\",\n \"DocIds\": [\n \"1828720159590123264\"\n ],\n \"RetrievalMethod\": \"SEMANTIC\",\n \"RetrievalSetting\": {\n \"TopK\": 3,\n \"ScoreThreshold\": 0.7\n }\n}",
|
223
|
-
"output": "{\n \"Response\": {\n \"Records\": [\n {\n \"Metadata\": {\n \"Type\": \"DOC\",\n \"ResultSource\": \"SEMANTIC\"
|
223
|
+
"output": "{\n \"Response\": {\n \"Records\": [\n {\n \"Metadata\": {\n \"Type\": \"DOC\",\n \"ResultSource\": \"SEMANTIC\"\n },\n \"Title\": \"\",\n \"Content\": \"国庆放七天假\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"d422c101-96e6-4aeb-b51c-0ccb551a5a52\"\n }\n}",
|
224
224
|
"title": "实时语义检索"
|
225
225
|
}
|
226
226
|
],
|
@@ -1510,6 +1510,16 @@
|
|
1510
1510
|
"output_required": false,
|
1511
1511
|
"type": "string",
|
1512
1512
|
"value_allowed_null": false
|
1513
|
+
},
|
1514
|
+
{
|
1515
|
+
"disabled": false,
|
1516
|
+
"document": "知识库容量,单位字节",
|
1517
|
+
"example": "\"1024\"",
|
1518
|
+
"member": "string",
|
1519
|
+
"name": "TotalSize",
|
1520
|
+
"output_required": false,
|
1521
|
+
"type": "string",
|
1522
|
+
"value_allowed_null": false
|
1513
1523
|
}
|
1514
1524
|
],
|
1515
1525
|
"usage": "out"
|
@@ -1964,6 +1974,16 @@
|
|
1964
1974
|
"output_required": false,
|
1965
1975
|
"type": "int",
|
1966
1976
|
"value_allowed_null": false
|
1977
|
+
},
|
1978
|
+
{
|
1979
|
+
"disabled": false,
|
1980
|
+
"document": "Cos存储文件ID",
|
1981
|
+
"example": "cloud://aa.doc",
|
1982
|
+
"member": "string",
|
1983
|
+
"name": "FileId",
|
1984
|
+
"output_required": false,
|
1985
|
+
"type": "string",
|
1986
|
+
"value_allowed_null": false
|
1967
1987
|
}
|
1968
1988
|
],
|
1969
1989
|
"usage": "out"
|
@@ -2256,6 +2276,15 @@
|
|
2256
2276
|
"name": "Delimiter",
|
2257
2277
|
"required": false,
|
2258
2278
|
"type": "string"
|
2279
|
+
},
|
2280
|
+
{
|
2281
|
+
"disabled": false,
|
2282
|
+
"document": "Cos存储文件ID",
|
2283
|
+
"example": "cloud://aa.doc",
|
2284
|
+
"member": "string",
|
2285
|
+
"name": "FileId",
|
2286
|
+
"required": false,
|
2287
|
+
"type": "string"
|
2259
2288
|
}
|
2260
2289
|
],
|
2261
2290
|
"type": "object"
|
@@ -2286,7 +2315,7 @@
|
|
2286
2315
|
"document": "上传知识库文档返回结果",
|
2287
2316
|
"members": [
|
2288
2317
|
{
|
2289
|
-
"disabled":
|
2318
|
+
"disabled": true,
|
2290
2319
|
"document": "给文件分配的 ID 信息。",
|
2291
2320
|
"example": "docId",
|
2292
2321
|
"member": "string",
|
@@ -2328,6 +2357,17 @@
|
|
2328
2357
|
"required": false,
|
2329
2358
|
"type": "string",
|
2330
2359
|
"value_allowed_null": false
|
2360
|
+
},
|
2361
|
+
{
|
2362
|
+
"disabled": false,
|
2363
|
+
"document": "Cos存储文件ID",
|
2364
|
+
"example": "cloud://aa.doc",
|
2365
|
+
"member": "string",
|
2366
|
+
"name": "FileId",
|
2367
|
+
"output_required": false,
|
2368
|
+
"required": false,
|
2369
|
+
"type": "string",
|
2370
|
+
"value_allowed_null": false
|
2331
2371
|
}
|
2332
2372
|
],
|
2333
2373
|
"usage": "both"
|
@@ -75,8 +75,8 @@
|
|
75
75
|
"UploadKnowledgeDocumentSet": [
|
76
76
|
{
|
77
77
|
"document": "上传知识库文档\n",
|
78
|
-
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadKnowledgeDocumentSet\n<公共请求参数>\n\n{\n \"EnvId\": \"lowcode-1gk9y5ik310a94df\",\n \"CollectionView\": \"qinmyku873d0a97\",\n \"CosUrl\": \"https://6c6f-lowcode-5g5llxbq5bc9299e-1300677802.tcb.qcloud.la/weda-uploader/5e471ea6d1891cced441b68df1022023-新手指引.md\",\n \"FileName\": \"jackzlqin-test1.md\",\n \"DocumentDesc\": \"test-qin-11\",\n \"FileTitle\":\"kent测试文件\",\n \"FileMetaData\":\"{\\\"url\\\":\\\"https://ww.com\\\",\\\"total\\\":3}\",\n \"DocumentSetId\":\"1258635496046329856\"\n}\n\n",
|
79
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"
|
78
|
+
"input": "POST / HTTP/1.1\nHost: lowcode.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadKnowledgeDocumentSet\n<公共请求参数>\n\n{\n \"EnvId\": \"lowcode-1gk9y5ik310a94df\",\n \"CollectionView\": \"qinmyku873d0a97\",\n \"CosUrl\": \"https://6c6f-lowcode-5g5llxbq5bc9299e-1300677802.tcb.qcloud.la/weda-uploader/5e471ea6d1891cced441b68df1022023-新手指引.md\",\n \"FileName\": \"jackzlqin-test1.md\",\n \"DocumentDesc\": \"test-qin-11\",\n \"FileTitle\":\"kent测试文件\",\n \"FileMetaData\":\"{\\\"url\\\":\\\"https://ww.com\\\",\\\"total\\\":3}\",\n \"DocumentSetId\":\"1258635496046329856\",\n \"FileId\":\"cloud://xxx/weda-uploader/ab1a237789b8f19ee85d1fe7ce3eab92-aa.xlsx\"\n}\n\n",
|
79
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"DocumentSetName\": \"jackzqlin-test.md\",\n \"FileTitle\": \"kent测试文件\",\n \"FileMetaData\": \"{\\\"url\\\":\\\"https://ww.com\\\",\\\"total\\\":3}\",\n \"FileId\": \"cloud://xxx/weda-uploader/ab1a237789b8f19ee85d1fe7ce3eab92-aa.xlsx\"\n },\n \"RequestId\": \"0f27f7a7-2d8a-456a-8de9-2e794f3f8e74\"\n }\n}",
|
80
80
|
"title": "UploadKnowledgeDocumentSet"
|
81
81
|
}
|
82
82
|
]
|