tccli 3.0.1245.1__py2.py3-none-any.whl → 3.0.1247.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/billing/v20180709/api.json +55 -1
  4. tccli/services/cam/v20190116/api.json +14 -14
  5. tccli/services/ccc/v20200210/api.json +61 -1
  6. tccli/services/cdb/cdb_client.py +53 -0
  7. tccli/services/cdb/v20170320/api.json +72 -0
  8. tccli/services/cdb/v20170320/examples.json +8 -0
  9. tccli/services/cls/v20201016/api.json +3 -3
  10. tccli/services/dbbrain/v20210527/api.json +14 -5
  11. tccli/services/dbdc/v20201029/api.json +72 -72
  12. tccli/services/dcdb/v20180411/api.json +3 -3
  13. tccli/services/dcdb/v20180411/examples.json +1 -1
  14. tccli/services/ecm/v20190719/api.json +17 -11
  15. tccli/services/ecm/v20190719/examples.json +1 -1
  16. tccli/services/ess/v20201111/api.json +1 -1
  17. tccli/services/essbasic/v20210526/api.json +1 -1
  18. tccli/services/hunyuan/v20230901/api.json +4 -4
  19. tccli/services/iotexplorer/iotexplorer_client.py +216 -4
  20. tccli/services/iotexplorer/v20190423/api.json +146 -1
  21. tccli/services/iotexplorer/v20190423/examples.json +34 -2
  22. tccli/services/lcic/v20220817/api.json +110 -111
  23. tccli/services/lcic/v20220817/examples.json +40 -40
  24. tccli/services/lkeap/__init__.py +4 -0
  25. tccli/services/lkeap/lkeap_client.py +1479 -0
  26. tccli/services/lkeap/v20240522/api.json +1973 -0
  27. tccli/services/lkeap/v20240522/examples.json +223 -0
  28. tccli/services/mna/v20210119/api.json +7 -7
  29. tccli/services/mna/v20210119/examples.json +9 -9
  30. tccli/services/mongodb/v20180408/api.json +153 -112
  31. tccli/services/mongodb/v20180408/examples.json +2 -2
  32. tccli/services/mongodb/v20190725/api.json +202 -167
  33. tccli/services/mongodb/v20190725/examples.json +8 -8
  34. tccli/services/monitor/v20180724/api.json +19 -0
  35. tccli/services/ocr/v20181119/api.json +10 -10
  36. tccli/services/ocr/v20181119/examples.json +15 -15
  37. tccli/services/sqlserver/v20180328/api.json +43 -5
  38. tccli/services/sqlserver/v20180328/examples.json +2 -2
  39. tccli/services/ssl/v20191205/api.json +1 -1
  40. tccli/services/tcb/v20180608/api.json +281 -258
  41. tccli/services/tcb/v20180608/examples.json +18 -18
  42. tccli/services/tcbr/v20220217/api.json +46 -13
  43. tccli/services/tcbr/v20220217/examples.json +2 -8
  44. tccli/services/tcr/v20190924/api.json +125 -121
  45. tccli/services/tcr/v20190924/examples.json +53 -53
  46. tccli/services/tdmq/tdmq_client.py +57 -4
  47. tccli/services/tdmq/v20200217/api.json +107 -0
  48. tccli/services/tdmq/v20200217/examples.json +8 -0
  49. tccli/services/trtc/v20190722/api.json +33 -33
  50. tccli/services/vdb/v20230616/api.json +2 -2
  51. tccli/services/vpc/v20170312/api.json +38 -25
  52. tccli/services/vpc/v20170312/examples.json +29 -7
  53. tccli/services/wedata/v20210820/api.json +34 -1
  54. {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/METADATA +2 -2
  55. {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/RECORD +58 -54
  56. {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/WHEEL +0 -0
  57. {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/entry_points.txt +0 -0
  58. {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/license_files/LICENSE +0 -0
@@ -0,0 +1,223 @@
1
+ {
2
+ "actions": {
3
+ "CreateAttributeLabel": [
4
+ {
5
+ "document": "添加属性标签",
6
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAttributeLabel\n<公共请求参数>\n\n{\n \"Labels\": [\n {\n \"LabelName\": \"现代\"\n },\n {\n \"LabelName\": \"流行\"\n }\n ]\n}",
7
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3973e13a-926f-40a5-91d7-d61a56083314\"\n }\n}",
8
+ "title": "添加属性标签"
9
+ }
10
+ ],
11
+ "CreateKnowledgeBase": [
12
+ {
13
+ "document": "创建知识库",
14
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateKnowledgeBase\n<公共请求参数>\n\n{}",
15
+ "output": "{\n \"Response\": {\n \"KnowledgeBaseId\": \"9bc3f06a-48b1-42af-8e41-96a212760769\",\n \"RequestId\": \"9748eace-2e8a-4918-91e7-453512f954a7\"\n }\n}",
16
+ "title": "创建知识库"
17
+ }
18
+ ],
19
+ "CreateQA": [
20
+ {
21
+ "document": "创建问答对",
22
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateQA\n<公共请求参数>\n\n{\n \"AttributeLabels\": [\n {\n \"AttributeId\": \"1830994685416869312\",\n \"LabelIds\": [\n \"1830994685429452224\"\n ]\n }\n ]\n}",
23
+ "output": "{\n \"Response\": {\n \"RequestId\": \"28c960e9-c3ba-4a6d-be28-0d5d0dcca5ca\"\n }\n}",
24
+ "title": "创建问答对"
25
+ },
26
+ {
27
+ "document": "创建无标签问答对",
28
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateQA\n<公共请求参数>\n\n{}",
29
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a37897c3-acf5-420a-bc32-9a1da9348c13\"\n }\n}",
30
+ "title": "创建无标签问答对"
31
+ }
32
+ ],
33
+ "CreateReconstructDocumentFlow": [
34
+ {
35
+ "document": "",
36
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateReconstructDocumentFlow\n<公共请求参数>\n\n{\n \"FileType\": \"PDF\",\n \"FileUrl\": \"http://example.com/example.pdf\"\n}",
37
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1d569fb4-4c9d-4141-bbd7-e1d8735bd1a9\",\n \"TaskId\": \"123123123\"\n }\n}",
38
+ "title": "接口请求成功示例"
39
+ }
40
+ ],
41
+ "CreateSplitDocumentFlow": [
42
+ {
43
+ "document": "对外部在线文档进行拆分",
44
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSplitDocumentFlow\n<公共请求参数>\n\n{\n \"FileType\": \"PDF\",\n \"FileUrl\": \"https://fileparser-1251316161.cos.ap-guangzhou.myqcloud.com/input_files/oaqbot/%E8%87%AA%E7%84%B6%E8%AF%AD%E8%A8%80%E5%A4%84%E7%90%86%E7%BB%BC%E8%BF%B0-2020.pdf?q-sign-algorithm=sha1&q-ak=AKIDgh93rnqd2Gna1Nx7jyYsLQeGKB0hDq-0StLupLCJE_Yok5D1jR8oh4EjmPqUVN6b&q-sign-time=1725274092;1725277692&q-key-time=1725274092;1725277692&q-header-list=host&q-url-param-list=&q-signature=209b00a3abaeb3860400b27ae0e76dd41b817ad8&x-cos-security-token=3IoVMfyN7IlIDdke4rvTv7lnxYNl4g6ae86062408d0a5974e1d434912c363f0bCouWlELQpa4WAdO5u7ME8A3Ej_5XNnJ-8wK6AaeOVuzF4J1eTg3mBEDncaOMbOdeCAnRMCFOVEayNXIr_FYJL_LA54-Dm9a6x7pHUM-M0fQdkhNqFIzWBdoNr7nQnQEdJsFB5A_AfoQVl4f-jXJzqwuWBz7zv3KEEc6rO6770zgOHRJRnJBccBVdvqJUAJhv\",\n \"FileStartPageNumber\": 1,\n \"FileEndPageNumber\": 2,\n \"Config\": {\n \"TableResultType\": \"1\",\n \"ResultType\": \"1\",\n \"EnableMllm\": true\n },\n \"FileName\": \"myfile.pdf\"\n}",
45
+ "output": "{\n \"Response\": {\n \"RequestId\": \"5e148c27-9c21-43cd-992c-799117bb4216\",\n \"TaskId\": \"a04cb05d5f794a5089e5b2cf90109bc5\"\n }\n}",
46
+ "title": "创建PDF拆分任务"
47
+ }
48
+ ],
49
+ "DeleteAttributeLabels": [
50
+ {
51
+ "document": "删除属性标签",
52
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAttributeLabel\n<公共请求参数>\n\n{}",
53
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1966c811-59a6-4385-bd4f-4ce12bdaa21a\"\n }\n}",
54
+ "title": "删除属性标签"
55
+ }
56
+ ],
57
+ "DeleteDocs": [
58
+ {
59
+ "document": "删除文档",
60
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDoc\n<公共请求参数>\n\n{}",
61
+ "output": "{\n \"Response\": {\n \"RequestId\": \"f3d05737-0b05-45cd-aa6a-fe16213cfe01\"\n }\n}",
62
+ "title": "删除文档"
63
+ }
64
+ ],
65
+ "DeleteKnowledgeBase": [
66
+ {
67
+ "document": "删除知识库",
68
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteKnowledgeBase\n<公共请求参数>\n\n{\n \"KnowledgeBaseId\": \"41019910164\"\n}",
69
+ "output": "{\n \"Response\": {\n \"RequestId\": \"b193a412-3fa9-4c4e-8182-401cbfa1655b\"\n }\n}",
70
+ "title": "删除知识库"
71
+ }
72
+ ],
73
+ "DeleteQAs": [
74
+ {
75
+ "document": "删除qa",
76
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteQA\n<公共请求参数>\n\n{}",
77
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6c081879-196a-4df0-87ac-07e73a00952e\"\n }\n}",
78
+ "title": "删除问答对"
79
+ }
80
+ ],
81
+ "DescribeDoc": [
82
+ {
83
+ "document": "查询文档详情",
84
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDoc\n<公共请求参数>\n\n{}",
85
+ "output": "{\n \"Response\": {\n \"RequestId\": \"bf318516-67a7-41df-9460-e581b4ecedbd\"\n }\n}",
86
+ "title": "查询文档详情"
87
+ }
88
+ ],
89
+ "GetEmbedding": [
90
+ {
91
+ "document": "",
92
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetEmbedding\n<公共请求参数>\n\n{\n \"Model\": \"lke-text-embedding-v1\",\n \"Inputs\": [\n \"你好\"\n ]\n}",
93
+ "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Embedding\": [\n 0\n ]\n }\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\",\n \"Usage\": {\n \"TotalTokens\": 3\n }\n }\n}",
94
+ "title": "获取特征向量"
95
+ }
96
+ ],
97
+ "GetReconstructDocumentResult": [
98
+ {
99
+ "document": "",
100
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetReconstructDocumentResult\n<公共请求参数>\n\n{\n \"TaskId\": \"123123123\"\n}",
101
+ "output": "{\n \"Response\": {\n \"DocumentRecognizeResultUrl\": \"https://document-restruction-1258344699.cos.ap-guangzhou.myqcloud.com/doc_parse/output_files/a9c6a9482c72412fa84445a44ss125531.zip?q-sign-algorithm=sha1&q-ak=AKIDlWFaadfHLNbidLwPqOrAKGzXrx40scL7l&q-sign-time=1715503711%3B1718804311&q-key-time=1718855711%3B1718804311&q-header-list=host&q-url-param-list=&q-signature=71b568b8632d7e45gertdc3d235ef68d41fdfe7f8\",\n \"FailedPages\": [],\n \"RequestId\": \"a37b0d0b-c3af-44bd-iuiu-632442644a80\",\n \"Status\": \"Success\"\n }\n}",
102
+ "title": "接口调用成功示例"
103
+ }
104
+ ],
105
+ "GetSplitDocumentResult": [
106
+ {
107
+ "document": "查询文档拆分结果",
108
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetSplitDocumentResult\n<公共请求参数>\n\n{\n \"TaskId\": \"236e51fd-827b-41cb-b303-56003a817ce5\"\n}",
109
+ "output": "{\n \"Response\": {\n \"DocumentRecognizeResultUrl\": \"https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/example/example.zip\",\n \"RequestId\": \"ffe23ed8-2b64-4835-aedc-ca9a5b5a7384\",\n \"Status\": \"Success\",\n \"Usage\": {\n \"PageNumber\": 10,\n \"TotalTokens\": 2048\n }\n }\n}",
110
+ "title": "查询文档拆分结果"
111
+ }
112
+ ],
113
+ "ImportQAs": [
114
+ {
115
+ "document": "批量导入问答对",
116
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImportQAs\n<公共请求参数>\n\n{}",
117
+ "output": "{\n \"Response\": {\n \"RequestId\": \"21305ff4-94c7-4113-9977-9b20427e0a2a\"\n }\n}",
118
+ "title": "批量导入问答对"
119
+ }
120
+ ],
121
+ "ListAttributeLabels": [
122
+ {
123
+ "document": "获取标签列表",
124
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListAttributeLabel\n<公共请求参数>\n\n{}",
125
+ "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 }\n}",
126
+ "title": "获取标签列表"
127
+ }
128
+ ],
129
+ "ListDocs": [
130
+ {
131
+ "document": "获取文档列表",
132
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListDocs\n<公共请求参数>\n\n{}",
133
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"DocId\": \"1830985874053466048\",\n \"FileName\": \"product_manuals.docx\",\n \"Status\": \"Success\"\n }\n ],\n \"RequestId\": \"292da1b4-1125-4423-b7cd-5cf3b14eb98d\"\n }\n}",
134
+ "title": "获取文档列表"
135
+ }
136
+ ],
137
+ "ListQAs": [
138
+ {
139
+ "document": "查询已经上传的问答对列表",
140
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListQAs\n<公共请求参数>\n\n{}",
141
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Answer\": \"我是腾讯大模型知识引擎\",\n \"AttributeLabels\": [\n {\n \"AttributeId\": \"1830880287852529408\",\n \"LabelIds\": [\n \"1830880287865112320\"\n ]\n }\n ],\n \"QaId\": \"1830882708456671000\",\n \"Question\": \"你是谁\"\n }\n ],\n \"RequestId\": \"5f95d7c7-c881-49d1-98fc-34f138d8ca54\"\n }\n}",
142
+ "title": "获取问答对列表"
143
+ }
144
+ ],
145
+ "ModifyAttributeLabel": [
146
+ {
147
+ "document": "修改属性标签",
148
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAttributeLabel\n<公共请求参数>\n\n{\n \"Labels\": [\n {\n \"LabelId\": \"1830993312978765760\",\n \"LabelName\": \"主流\"\n },\n {\n \"LabelId\": \"1830993312978765761\",\n \"LabelName\": \"现代\"\n }\n ]\n}",
149
+ "output": "{\n \"Response\": {\n \"RequestId\": \"04ba0a85-161a-408a-9c80-029601af9775\"\n }\n}",
150
+ "title": "修改属性标签"
151
+ }
152
+ ],
153
+ "ModifyQA": [
154
+ {
155
+ "document": "修改问答对",
156
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyQA\n<公共请求参数>\n\n{\n \"AttributeLabels\": [\n {\n \"AttributeId\": \"1830994685416869312\",\n \"LabelIds\": [\n \"1830994685429452224\"\n ]\n }\n ]\n}",
157
+ "output": "{\n \"Response\": {\n \"RequestId\": \"4f4843c1-8f3b-4a0b-ad7e-91b47f2b93c7\"\n }\n}",
158
+ "title": "修改问答对"
159
+ }
160
+ ],
161
+ "QueryRewrite": [
162
+ {
163
+ "document": "多轮改写",
164
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryRewrite\n<公共请求参数>\n\n{\n \"Messages\": [\n {\n \"Role\": \"user\",\n \"Content\": \"你家在哪里\"\n },\n {\n \"Role\": \"assistant\",\n \"Content\": \"我家在国内\"\n },\n {\n \"Role\": \"user\",\n \"Content\": \"国内哪里\"\n }\n ]\n}",
165
+ "output": "{\n \"Response\": {\n \"Content\": \"你家在国内哪里?\",\n \"RequestId\": \"4de60215-13cd-4f90-afc4-9fe4ef63e245\",\n \"Usage\": {\n \"InputTokens\": 45,\n \"OutputTokens\": 6,\n \"TotalTokens\": 51\n }\n }\n}",
166
+ "title": "多轮改写"
167
+ }
168
+ ],
169
+ "ReconstructDocumentSSE": [
170
+ {
171
+ "document": "",
172
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReconstructDocumentSSE\n<公共请求参数>\n\n{\n \"FileType\": \"PDF\",\n \"FileUrl\": \"https://ocr.example.pdf\"\n}",
173
+ "output": "{\n \"RequestId\": \"0c7bbfbc-641a-4321-bee2-56b1e1e046e9\",\n \"TaskId\": \"0c7bbfbc-641a-4321-bee2-56b1e1e046e9\",\n \"ResponseType\": \"PROGRESS\",\n \"Progress\": \"0\",\n \"ProgressMessage\": \"开始文档解析\",\n \"DocumentRecognizeResultUrl\": \"\",\n \"FailedPages\": []\n}",
174
+ "title": "ReconstructDocumentSSE处理中回包示例"
175
+ },
176
+ {
177
+ "document": "",
178
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReconstructDocumentSSE\n<公共请求参数>\n\n{\n \"FileType\": \"PDF\",\n \"FileUrl\": \"https://ocr.example.pdf\"\n}",
179
+ "output": "{\n \"RequestId\": \"0c7cabfbc-641a-4321-bee2-56b1e1adwq6e9\",\n \"TaskId\": \"0c7bbfbc-641a-4321-bee2-5dds1e1e04fe9\",\n \"ResponseType\": \"TASK_RSP\",\n \"Progress\": \"100\",\n \"ProgressMessage\": \"完成文档解析\",\n \"DocumentRecognizeResultUrl\": \"https://document-restruction-sse-1258344699.cos.ap-guangzhou.myqcloud.com/output_files%2F0c7bbfbc-641a-4321-bee2-545de1e046e9_parse.zip?q-sign-algorithm=sha1&q-ak=AKddFap6HLNbidLwPqOrAKGzXrx40scL7l&q-sign-time=1720006266%3B1720006866&q-key-time=1720006266%3B1720006866&q-header-list=host&q-url-param-list=&q-signature=e0e79876549e68f2ae9dbf5df1e516f8f1\",\n \"FailedPages\": []\n}",
180
+ "title": "ReconstructDocumentSSE处理完成回包示例"
181
+ }
182
+ ],
183
+ "RetrieveKnowledge": [
184
+ {
185
+ "document": "语义检索",
186
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RetrieveKnowledge\n<公共请求参数>\n\n{\n \"KnowledgeBaseId\": \"49019910106\",\n \"Query\": \"国庆节放几天假\",\n \"RetrievalMethod\": \"SEMANTIC\",\n \"RetrievalSetting\": {\n \"TopK\": 3,\n \"ScoreThreshold\": 0.7\n }\n}",
187
+ "output": "{\n \"Response\": {\n \"Records\": [\n {\n \"Metadata\": {\n \"Type\": \"DOC\",\n \"ResultSource\": \"SEMANTIC\",\n \"ChunkPageNumbers\": [\n 1\n ]\n },\n \"Title\": \"example.pdf\",\n \"Content\": \"国庆放七天假\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"d422c101-96e6-4aeb-b51c-0ccb551a5a52\"\n }\n}",
188
+ "title": "语义检索"
189
+ },
190
+ {
191
+ "document": "RetrievalSetting.Type参数为QA时,仅检索问答对。",
192
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RetrieveKnowledge\n<公共请求参数>\n\n{\n \"KnowledgeBaseId\": \"49019910106\",\n \"Query\": \"国庆节放几天假\",\n \"RetrievalMethod\": \"SEMANTIC\",\n \"RetrievalSetting\": {\n \"Type\": \"QA\"\n }\n}",
193
+ "output": "{\n \"Response\": {\n \"Records\": [\n {\n \"Metadata\": {\n \"Type\": \"QA\",\n \"ResultSource\": \"SEMANTIC\"\n },\n \"Title\": \"\",\n \"Content\": \"国庆放七天假\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"d422c101-96e6-4aeb-b51c-0ccb551a5a52\"\n }\n}",
194
+ "title": "语义检索(问答对)"
195
+ }
196
+ ],
197
+ "RunRerank": [
198
+ {
199
+ "document": "重排序",
200
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunRerank\n<公共请求参数>\n\n{\n \"Query\": \"知识引擎大模型\",\n \"Docs\": [\n \"混元大模型\",\n \"腾讯知识引擎\"\n ]\n}",
201
+ "output": "{\n \"Response\": {\n \"RequestId\": \"766383fd-5219-4d13-aa1a-7ae00766640c\",\n \"ScoreList\": [\n -9.006162,\n 2.8577538\n ],\n \"Usage\": {\n \"TotalTokens\": 27\n }\n }\n}",
202
+ "title": "重排序"
203
+ }
204
+ ],
205
+ "UploadDoc": [
206
+ {
207
+ "document": "上传无属性标签文档",
208
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadDoc\n<公共请求参数>\n\n{\n \"KnowledgeBaseId\": \"4901991032\",\n \"FileName\": \"example.pdf\",\n \"FileType\": \"PDF\",\n \"FileUrl\": \"https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/example/example.pdf\"\n}",
209
+ "output": "{\n \"Response\": {\n \"DocId\": \"1830996257459865536\",\n \"RequestId\": \"804c3fe0-05b1-48f9-8003-ab118658fec7\"\n }\n}",
210
+ "title": "上传无属性标签文档"
211
+ }
212
+ ],
213
+ "UploadDocRealtime": [
214
+ {
215
+ "document": "实时文档上传",
216
+ "input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadDocRealtime\n<公共请求参数>\n\n{}",
217
+ "output": "{\n\t\"IsFinal\": true,\n\t\"DocId\": \"1828430526517084160\",\n\t\"Progress\": 80,\n\t\"PageNum\": 0,\n\t\"Status\": \"SUCCESS\"\n}",
218
+ "title": "实时文档上传"
219
+ }
220
+ ]
221
+ },
222
+ "version": "1.0"
223
+ }
@@ -334,7 +334,7 @@
334
334
  {
335
335
  "disabled": false,
336
336
  "document": "备注\n注意:此字段可能返回 null,表示取不到有效值。",
337
- "example": "描述",
337
+ "example": "this is descript",
338
338
  "member": "string",
339
339
  "name": "Description",
340
340
  "output_required": true,
@@ -3405,7 +3405,7 @@
3405
3405
  {
3406
3406
  "disabled": false,
3407
3407
  "document": "设备描述\n注意:此字段可能返回 null,表示取不到有效值。",
3408
- "example": "描述",
3408
+ "example": "this is descript",
3409
3409
  "member": "string",
3410
3410
  "name": "Description",
3411
3411
  "output_required": true,
@@ -3473,7 +3473,7 @@
3473
3473
  {
3474
3474
  "disabled": false,
3475
3475
  "document": "备注\n注意:此字段可能返回 null,表示取不到有效值。",
3476
- "example": "描述",
3476
+ "example": "this is descript",
3477
3477
  "member": "string",
3478
3478
  "name": "Description",
3479
3479
  "output_required": true,
@@ -3645,7 +3645,7 @@
3645
3645
  {
3646
3646
  "disabled": false,
3647
3647
  "document": "互通规则描述\n注意:此字段可能返回 null,表示取不到有效值。",
3648
- "example": "描述",
3648
+ "example": "this is descript",
3649
3649
  "member": "string",
3650
3650
  "name": "Description",
3651
3651
  "output_required": false,
@@ -4159,7 +4159,7 @@
4159
4159
  {
4160
4160
  "disabled": false,
4161
4161
  "document": "分组备注",
4162
- "example": "\"描述\"",
4162
+ "example": "\"this is descript\"",
4163
4163
  "member": "string",
4164
4164
  "name": "Description",
4165
4165
  "required": false,
@@ -4303,7 +4303,7 @@
4303
4303
  {
4304
4304
  "disabled": false,
4305
4305
  "document": "互通规则备注",
4306
- "example": "\"描述\"",
4306
+ "example": "\"this is discript\"",
4307
4307
  "member": "string",
4308
4308
  "name": "Description",
4309
4309
  "required": false,
@@ -4467,7 +4467,7 @@
4467
4467
  {
4468
4468
  "disabled": false,
4469
4469
  "document": "厂商备注",
4470
- "example": "test",
4470
+ "example": "this is descript",
4471
4471
  "member": "string",
4472
4472
  "name": "Description",
4473
4473
  "output_required": true,
@@ -19,7 +19,7 @@
19
19
  "AddGroup": [
20
20
  {
21
21
  "document": "",
22
- "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddGroup\n<公共请求参数>\n\n{\n \"GroupName\": \"gname\",\n \"Description\": \"描述\"\n}",
22
+ "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddGroup\n<公共请求参数>\n\n{\n \"GroupName\": \"gname\",\n \"Description\": \"AddGroup info\"\n}",
23
23
  "output": "{\n \"Response\": {\n \"RequestId\": \"a1434e98-16e8-41de-9b9b-27805a9cffbf\",\n \"GroupId\": \"1a2b3c4d5e\"\n }\n}",
24
24
  "title": "示例1"
25
25
  }
@@ -27,8 +27,8 @@
27
27
  "AddHardware": [
28
28
  {
29
29
  "document": "批量新建硬件设备",
30
- "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddHardware\n<公共请求参数>\n\n{\n \"Hardware\": [\n {\n \"SN\": \"AN\",\n \"LicenseChargingMode\": 1,\n \"Description\": \"描述\"\n }\n ]\n}",
31
- "output": "{\n \"Response\": {\n \"Hardware\": [\n {\n \"SN\": \"AN\",\n \"LicenseChargingMode\": 1,\n \"Description\": \"描述\",\n \"HardwareId\": \"cpe-9oii2ew1z4\"\n }\n ],\n \"RequestId\": \"a1434e98-16e8-41de-9b9b-27805a9cffbf\"\n }\n}",
30
+ "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddHardware\n<公共请求参数>\n\n{\n \"Hardware\": [\n {\n \"SN\": \"AN\",\n \"LicenseChargingMode\": 1,\n \"Description\": \"AddHardware info\"\n }\n ]\n}",
31
+ "output": "{\n \"Response\": {\n \"Hardware\": [\n {\n \"SN\": \"AN\",\n \"LicenseChargingMode\": 1,\n \"Description\": \"AddHardware描述\",\n \"HardwareId\": \"cpe-9oii2ew1z4\"\n }\n ],\n \"RequestId\": \"a1434e98-16e8-41de-9b9b-27805a9cffbf\"\n }\n}",
32
32
  "title": "新建硬件设备"
33
33
  }
34
34
  ],
@@ -178,7 +178,7 @@
178
178
  {
179
179
  "document": "",
180
180
  "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetGroupList\n<公共请求参数>\n\n{\n \"PageSize\": \"10\",\n \"PageNumber\": \"1\",\n \"Keyword\": \"Keyword\"\n}",
181
- "output": "{\n \"Response\": {\n \"GroupInfos\": [\n {\n \"GroupId\": \"group-id1\",\n \"GroupName\": \"gname\",\n \"CreateTime\": \"1734401551\",\n \"UpdateTime\": \"1734401551\",\n \"Description\": \"描述\",\n \"DeviceNum\": 5\n }\n ],\n \"Length\": 0,\n \"TotalPage\": 0,\n \"RequestId\": \"a1434e98-16e8-41de-9b9b-27805a9cffbf\"\n }\n}",
181
+ "output": "{\n \"Response\": {\n \"GroupInfos\": [\n {\n \"GroupId\": \"group-id1\",\n \"GroupName\": \"gname\",\n \"CreateTime\": \"1734401551\",\n \"UpdateTime\": \"1734401551\",\n \"Description\": \"GetGroupList描述\",\n \"DeviceNum\": 5\n }\n ],\n \"Length\": 0,\n \"TotalPage\": 0,\n \"RequestId\": \"a1434e98-16e8-41de-9b9b-27805a9cffbf\"\n }\n}",
182
182
  "title": "示例1"
183
183
  }
184
184
  ],
@@ -194,7 +194,7 @@
194
194
  {
195
195
  "document": "",
196
196
  "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetL3ConnList\n<公共请求参数>\n\n{\n \"PageSize\": 10,\n \"PageNumber\": 1,\n \"DeviceId\": \"mna-2x2tllhb18\"\n}",
197
- "output": "{\n \"Response\": {\n \"L3ConnList\": [\n {\n \"L3ConnId\": \"l3conn-h9boibynmp\",\n \"DeviceId1\": \"mna-2x2tllhb18\",\n \"Cidr1\": \"192.168.1.0/26\",\n \"DeviceId2\": \"mna-2x2tllhb13\",\n \"Cidr2\": \"192.168.1.0/26\",\n \"Enable\": true,\n \"Description\": \"test\"\n }\n ],\n \"Length\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"e5b299c7-aaf4-4a5e-9d01-feb63273e347\"\n }\n}",
197
+ "output": "{\n \"Response\": {\n \"L3ConnList\": [\n {\n \"L3ConnId\": \"l3conn-h9boibynmp\",\n \"DeviceId1\": \"mna-2x2tllhb18\",\n \"Cidr1\": \"192.168.1.0/26\",\n \"DeviceId2\": \"mna-2x2tllhb13\",\n \"Cidr2\": \"192.168.1.0/26\",\n \"Enable\": true,\n \"Description\": \"this is descript\"\n }\n ],\n \"Length\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"e5b299c7-aaf4-4a5e-9d01-feb63273e347\"\n }\n}",
198
198
  "title": "示例1"
199
199
  }
200
200
  ],
@@ -240,7 +240,7 @@
240
240
  {
241
241
  "document": "获取厂商设备列表",
242
242
  "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetVendorHardware\n<公共请求参数>\n\n{\n \"PageNumber\": 1,\n \"PageSize\": 10,\n \"Keyword\": \"keywords\",\n \"Status\": 0\n}",
243
- "output": "{\n \"Response\": {\n \"VendorHardware\": [\n {\n \"HardwareId\": \"cpe-2ycsnymh2u\",\n \"SN\": \"cpe-sn-04\",\n \"CreateTime\": \"1685449404\",\n \"Status\": 0,\n \"Payer\": 0,\n \"ActiveTime\": \"1685449404\",\n \"Description\": \"描述\",\n \"DeviceId\": \"mna-dev1\",\n \"LicenseChargingMode\": 0,\n \"LicensePayMode\": -1,\n \"LastOnlineTime\": \"1685449404\"\n }\n ],\n \"Length\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"728a4c82-b31c-4b32-9cee-3ba1fdd1903c\"\n }\n}",
243
+ "output": "{\n \"Response\": {\n \"VendorHardware\": [\n {\n \"HardwareId\": \"cpe-2ycsnymh2u\",\n \"SN\": \"cpe-sn-04\",\n \"CreateTime\": \"1685449404\",\n \"Status\": 0,\n \"Payer\": 0,\n \"ActiveTime\": \"1685449404\",\n \"Description\": \"this is descript\",\n \"DeviceId\": \"mna-dev1\",\n \"LicenseChargingMode\": 0,\n \"LicensePayMode\": -1,\n \"LastOnlineTime\": \"1685449404\"\n }\n ],\n \"Length\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"728a4c82-b31c-4b32-9cee-3ba1fdd1903c\"\n }\n}",
244
244
  "title": "获取厂商设备列表"
245
245
  }
246
246
  ],
@@ -303,7 +303,7 @@
303
303
  "UpdateGroup": [
304
304
  {
305
305
  "document": "",
306
- "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"cliGrp-xf8rboasbh\",\n \"Description\": \"描述\"\n}",
306
+ "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"cliGrp-xf8rboasbh\",\n \"Description\": \"this is descript\"\n}",
307
307
  "output": "{\n \"Response\": {\n \"RequestId\": \"bcc2c1d2-be38-4249-a50b-d9c487a36354\"\n }\n}",
308
308
  "title": "示例1"
309
309
  }
@@ -311,7 +311,7 @@
311
311
  "UpdateHardware": [
312
312
  {
313
313
  "document": "更新硬件信息",
314
- "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateHardware\n<公共请求参数>\n\n{\n \"HardwareId\": \"cpe-6zmf86knqu\",\n \"SN\": \"adsqda\",\n \"Description\": \"描述\"\n}",
314
+ "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateHardware\n<公共请求参数>\n\n{\n \"HardwareId\": \"cpe-6zmf86knqu\",\n \"SN\": \"adsqda\",\n \"Description\": \"this is descript\"\n}",
315
315
  "output": "{\n \"Response\": {\n \"RequestId\": \"4ff707e0-c87a-6cff-5c65-93f21e212a81\"\n }\n}",
316
316
  "title": "更新硬件信息"
317
317
  },
@@ -333,7 +333,7 @@
333
333
  "UpdateL3Conn": [
334
334
  {
335
335
  "document": "",
336
- "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateL3Conn\n<公共请求参数>\n\n{\n \"L3ConnId\": \"l3conn-c0rkbqhig8\",\n \"Description\": \"描述\"\n}",
336
+ "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateL3Conn\n<公共请求参数>\n\n{\n \"L3ConnId\": \"l3conn-c0rkbqhig8\",\n \"Description\": \"this is descript\"\n}",
337
337
  "output": "{\n \"Response\": {\n \"RequestId\": \"7ab57398-d79f-4195-b0d4-3aef1e43b9c7\"\n }\n}",
338
338
  "title": "示例1"
339
339
  }