alibabacloud-aimiaobi20230801 1.24.0__tar.gz → 1.26.0__tar.gz
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.
- {alibabacloud_aimiaobi20230801-1.24.0 → alibabacloud_aimiaobi20230801-1.26.0}/ChangeLog.md +27 -0
- {alibabacloud_aimiaobi20230801-1.24.0 → alibabacloud_aimiaobi20230801-1.26.0}/PKG-INFO +1 -1
- alibabacloud_aimiaobi20230801-1.26.0/alibabacloud_aimiaobi20230801/__init__.py +1 -0
- {alibabacloud_aimiaobi20230801-1.24.0 → alibabacloud_aimiaobi20230801-1.26.0}/alibabacloud_aimiaobi20230801/client.py +332 -0
- {alibabacloud_aimiaobi20230801-1.24.0 → alibabacloud_aimiaobi20230801-1.26.0}/alibabacloud_aimiaobi20230801/models.py +822 -95
- {alibabacloud_aimiaobi20230801-1.24.0 → alibabacloud_aimiaobi20230801-1.26.0}/alibabacloud_aimiaobi20230801.egg-info/PKG-INFO +1 -1
- {alibabacloud_aimiaobi20230801-1.24.0 → alibabacloud_aimiaobi20230801-1.26.0}/setup.py +1 -1
- alibabacloud_aimiaobi20230801-1.24.0/alibabacloud_aimiaobi20230801/__init__.py +0 -1
- {alibabacloud_aimiaobi20230801-1.24.0 → alibabacloud_aimiaobi20230801-1.26.0}/LICENSE +0 -0
- {alibabacloud_aimiaobi20230801-1.24.0 → alibabacloud_aimiaobi20230801-1.26.0}/MANIFEST.in +0 -0
- {alibabacloud_aimiaobi20230801-1.24.0 → alibabacloud_aimiaobi20230801-1.26.0}/README-CN.md +0 -0
- {alibabacloud_aimiaobi20230801-1.24.0 → alibabacloud_aimiaobi20230801-1.26.0}/README.md +0 -0
- {alibabacloud_aimiaobi20230801-1.24.0 → alibabacloud_aimiaobi20230801-1.26.0}/alibabacloud_aimiaobi20230801.egg-info/SOURCES.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.24.0 → alibabacloud_aimiaobi20230801-1.26.0}/alibabacloud_aimiaobi20230801.egg-info/dependency_links.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.24.0 → alibabacloud_aimiaobi20230801-1.26.0}/alibabacloud_aimiaobi20230801.egg-info/requires.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.24.0 → alibabacloud_aimiaobi20230801-1.26.0}/alibabacloud_aimiaobi20230801.egg-info/top_level.txt +0 -0
- {alibabacloud_aimiaobi20230801-1.24.0 → alibabacloud_aimiaobi20230801-1.26.0}/setup.cfg +0 -0
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
2025-05-15 Version: 1.25.0
|
|
2
|
+
- Support API GetFileContentLength.
|
|
3
|
+
- Support API RunBookBrainmap.
|
|
4
|
+
- Update API ClearIntervenes: add response parameters Body.Data.Code.
|
|
5
|
+
- Update API DeleteInterveneRule: add response parameters Body.Data.Code.
|
|
6
|
+
- Update API ExportIntervenes: add response parameters Body.Data.Code.
|
|
7
|
+
- Update API GetInterveneGlobalReply: add response parameters Body.Data.Code.
|
|
8
|
+
- Update API GetInterveneImportTaskInfo: add response parameters Body.Data.Code.
|
|
9
|
+
- Update API GetInterveneRuleDetail: add response parameters Body.Data.Code.
|
|
10
|
+
- Update API GetInterveneTemplateFileUrl: add response parameters Body.Data.Code.
|
|
11
|
+
- Update API ImportInterveneFile: add response parameters Body.Data.Code.
|
|
12
|
+
- Update API ImportInterveneFileAsync: add response parameters Body.Data.Code.
|
|
13
|
+
- Update API InsertInterveneGlobalReply: add response parameters Body.Data.Code.
|
|
14
|
+
- Update API InsertInterveneRule: add response parameters Body.Data.Code.
|
|
15
|
+
- Update API ListInterveneCnt: add response parameters Body.Data.Code.
|
|
16
|
+
- Update API ListInterveneImportTasks: add response parameters Body.Data.Code.
|
|
17
|
+
- Update API ListInterveneRules: add response parameters Body.Data.Code.
|
|
18
|
+
- Update API ListIntervenes: add response parameters Body.Data.Code.
|
|
19
|
+
- Update API RunDocSmartCard: add request parameters Prompt.
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
2025-05-14 Version: 1.24.0
|
|
23
|
+
- Support API CancelAuditTask.
|
|
24
|
+
- Support API QueryAuditTask.
|
|
25
|
+
- Support API SubmitAuditTask.
|
|
26
|
+
|
|
27
|
+
|
|
1
28
|
2025-05-13 Version: 1.23.1
|
|
2
29
|
- Update API RunCustomHotTopicViewPointAnalysis: add response parameters Body.Payload.Output.Articles.
|
|
3
30
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.26.0'
|
|
@@ -1785,6 +1785,110 @@ class Client(OpenApiClient):
|
|
|
1785
1785
|
runtime = util_models.RuntimeOptions()
|
|
1786
1786
|
return await self.delete_material_by_id_with_options_async(request, runtime)
|
|
1787
1787
|
|
|
1788
|
+
def delete_style_learning_result_with_options(
|
|
1789
|
+
self,
|
|
1790
|
+
request: ai_miao_bi_20230801_models.DeleteStyleLearningResultRequest,
|
|
1791
|
+
runtime: util_models.RuntimeOptions,
|
|
1792
|
+
) -> ai_miao_bi_20230801_models.DeleteStyleLearningResultResponse:
|
|
1793
|
+
"""
|
|
1794
|
+
@summary 删除指定自定义文体
|
|
1795
|
+
|
|
1796
|
+
@param request: DeleteStyleLearningResultRequest
|
|
1797
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
1798
|
+
@return: DeleteStyleLearningResultResponse
|
|
1799
|
+
"""
|
|
1800
|
+
UtilClient.validate_model(request)
|
|
1801
|
+
query = {}
|
|
1802
|
+
if not UtilClient.is_unset(request.agent_key):
|
|
1803
|
+
query['AgentKey'] = request.agent_key
|
|
1804
|
+
body = {}
|
|
1805
|
+
if not UtilClient.is_unset(request.id):
|
|
1806
|
+
body['Id'] = request.id
|
|
1807
|
+
req = open_api_models.OpenApiRequest(
|
|
1808
|
+
query=OpenApiUtilClient.query(query),
|
|
1809
|
+
body=OpenApiUtilClient.parse_to_map(body)
|
|
1810
|
+
)
|
|
1811
|
+
params = open_api_models.Params(
|
|
1812
|
+
action='DeleteStyleLearningResult',
|
|
1813
|
+
version='2023-08-01',
|
|
1814
|
+
protocol='HTTPS',
|
|
1815
|
+
pathname='/',
|
|
1816
|
+
method='POST',
|
|
1817
|
+
auth_type='AK',
|
|
1818
|
+
style='RPC',
|
|
1819
|
+
req_body_type='formData',
|
|
1820
|
+
body_type='json'
|
|
1821
|
+
)
|
|
1822
|
+
return TeaCore.from_map(
|
|
1823
|
+
ai_miao_bi_20230801_models.DeleteStyleLearningResultResponse(),
|
|
1824
|
+
self.call_api(params, req, runtime)
|
|
1825
|
+
)
|
|
1826
|
+
|
|
1827
|
+
async def delete_style_learning_result_with_options_async(
|
|
1828
|
+
self,
|
|
1829
|
+
request: ai_miao_bi_20230801_models.DeleteStyleLearningResultRequest,
|
|
1830
|
+
runtime: util_models.RuntimeOptions,
|
|
1831
|
+
) -> ai_miao_bi_20230801_models.DeleteStyleLearningResultResponse:
|
|
1832
|
+
"""
|
|
1833
|
+
@summary 删除指定自定义文体
|
|
1834
|
+
|
|
1835
|
+
@param request: DeleteStyleLearningResultRequest
|
|
1836
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
1837
|
+
@return: DeleteStyleLearningResultResponse
|
|
1838
|
+
"""
|
|
1839
|
+
UtilClient.validate_model(request)
|
|
1840
|
+
query = {}
|
|
1841
|
+
if not UtilClient.is_unset(request.agent_key):
|
|
1842
|
+
query['AgentKey'] = request.agent_key
|
|
1843
|
+
body = {}
|
|
1844
|
+
if not UtilClient.is_unset(request.id):
|
|
1845
|
+
body['Id'] = request.id
|
|
1846
|
+
req = open_api_models.OpenApiRequest(
|
|
1847
|
+
query=OpenApiUtilClient.query(query),
|
|
1848
|
+
body=OpenApiUtilClient.parse_to_map(body)
|
|
1849
|
+
)
|
|
1850
|
+
params = open_api_models.Params(
|
|
1851
|
+
action='DeleteStyleLearningResult',
|
|
1852
|
+
version='2023-08-01',
|
|
1853
|
+
protocol='HTTPS',
|
|
1854
|
+
pathname='/',
|
|
1855
|
+
method='POST',
|
|
1856
|
+
auth_type='AK',
|
|
1857
|
+
style='RPC',
|
|
1858
|
+
req_body_type='formData',
|
|
1859
|
+
body_type='json'
|
|
1860
|
+
)
|
|
1861
|
+
return TeaCore.from_map(
|
|
1862
|
+
ai_miao_bi_20230801_models.DeleteStyleLearningResultResponse(),
|
|
1863
|
+
await self.call_api_async(params, req, runtime)
|
|
1864
|
+
)
|
|
1865
|
+
|
|
1866
|
+
def delete_style_learning_result(
|
|
1867
|
+
self,
|
|
1868
|
+
request: ai_miao_bi_20230801_models.DeleteStyleLearningResultRequest,
|
|
1869
|
+
) -> ai_miao_bi_20230801_models.DeleteStyleLearningResultResponse:
|
|
1870
|
+
"""
|
|
1871
|
+
@summary 删除指定自定义文体
|
|
1872
|
+
|
|
1873
|
+
@param request: DeleteStyleLearningResultRequest
|
|
1874
|
+
@return: DeleteStyleLearningResultResponse
|
|
1875
|
+
"""
|
|
1876
|
+
runtime = util_models.RuntimeOptions()
|
|
1877
|
+
return self.delete_style_learning_result_with_options(request, runtime)
|
|
1878
|
+
|
|
1879
|
+
async def delete_style_learning_result_async(
|
|
1880
|
+
self,
|
|
1881
|
+
request: ai_miao_bi_20230801_models.DeleteStyleLearningResultRequest,
|
|
1882
|
+
) -> ai_miao_bi_20230801_models.DeleteStyleLearningResultResponse:
|
|
1883
|
+
"""
|
|
1884
|
+
@summary 删除指定自定义文体
|
|
1885
|
+
|
|
1886
|
+
@param request: DeleteStyleLearningResultRequest
|
|
1887
|
+
@return: DeleteStyleLearningResultResponse
|
|
1888
|
+
"""
|
|
1889
|
+
runtime = util_models.RuntimeOptions()
|
|
1890
|
+
return await self.delete_style_learning_result_with_options_async(request, runtime)
|
|
1891
|
+
|
|
1788
1892
|
def document_extraction_with_options(
|
|
1789
1893
|
self,
|
|
1790
1894
|
tmp_req: ai_miao_bi_20230801_models.DocumentExtractionRequest,
|
|
@@ -4093,6 +4197,110 @@ class Client(OpenApiClient):
|
|
|
4093
4197
|
runtime = util_models.RuntimeOptions()
|
|
4094
4198
|
return await self.get_enterprise_voc_analysis_task_with_options_async(request, runtime)
|
|
4095
4199
|
|
|
4200
|
+
def get_file_content_length_with_options(
|
|
4201
|
+
self,
|
|
4202
|
+
request: ai_miao_bi_20230801_models.GetFileContentLengthRequest,
|
|
4203
|
+
runtime: util_models.RuntimeOptions,
|
|
4204
|
+
) -> ai_miao_bi_20230801_models.GetFileContentLengthResponse:
|
|
4205
|
+
"""
|
|
4206
|
+
@summary 妙读获得文档字数
|
|
4207
|
+
|
|
4208
|
+
@param request: GetFileContentLengthRequest
|
|
4209
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
4210
|
+
@return: GetFileContentLengthResponse
|
|
4211
|
+
"""
|
|
4212
|
+
UtilClient.validate_model(request)
|
|
4213
|
+
body = {}
|
|
4214
|
+
if not UtilClient.is_unset(request.doc_name):
|
|
4215
|
+
body['DocName'] = request.doc_name
|
|
4216
|
+
if not UtilClient.is_unset(request.file_url):
|
|
4217
|
+
body['FileUrl'] = request.file_url
|
|
4218
|
+
if not UtilClient.is_unset(request.workspace_id):
|
|
4219
|
+
body['WorkspaceId'] = request.workspace_id
|
|
4220
|
+
req = open_api_models.OpenApiRequest(
|
|
4221
|
+
body=OpenApiUtilClient.parse_to_map(body)
|
|
4222
|
+
)
|
|
4223
|
+
params = open_api_models.Params(
|
|
4224
|
+
action='GetFileContentLength',
|
|
4225
|
+
version='2023-08-01',
|
|
4226
|
+
protocol='HTTPS',
|
|
4227
|
+
pathname='/',
|
|
4228
|
+
method='POST',
|
|
4229
|
+
auth_type='AK',
|
|
4230
|
+
style='RPC',
|
|
4231
|
+
req_body_type='formData',
|
|
4232
|
+
body_type='json'
|
|
4233
|
+
)
|
|
4234
|
+
return TeaCore.from_map(
|
|
4235
|
+
ai_miao_bi_20230801_models.GetFileContentLengthResponse(),
|
|
4236
|
+
self.call_api(params, req, runtime)
|
|
4237
|
+
)
|
|
4238
|
+
|
|
4239
|
+
async def get_file_content_length_with_options_async(
|
|
4240
|
+
self,
|
|
4241
|
+
request: ai_miao_bi_20230801_models.GetFileContentLengthRequest,
|
|
4242
|
+
runtime: util_models.RuntimeOptions,
|
|
4243
|
+
) -> ai_miao_bi_20230801_models.GetFileContentLengthResponse:
|
|
4244
|
+
"""
|
|
4245
|
+
@summary 妙读获得文档字数
|
|
4246
|
+
|
|
4247
|
+
@param request: GetFileContentLengthRequest
|
|
4248
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
4249
|
+
@return: GetFileContentLengthResponse
|
|
4250
|
+
"""
|
|
4251
|
+
UtilClient.validate_model(request)
|
|
4252
|
+
body = {}
|
|
4253
|
+
if not UtilClient.is_unset(request.doc_name):
|
|
4254
|
+
body['DocName'] = request.doc_name
|
|
4255
|
+
if not UtilClient.is_unset(request.file_url):
|
|
4256
|
+
body['FileUrl'] = request.file_url
|
|
4257
|
+
if not UtilClient.is_unset(request.workspace_id):
|
|
4258
|
+
body['WorkspaceId'] = request.workspace_id
|
|
4259
|
+
req = open_api_models.OpenApiRequest(
|
|
4260
|
+
body=OpenApiUtilClient.parse_to_map(body)
|
|
4261
|
+
)
|
|
4262
|
+
params = open_api_models.Params(
|
|
4263
|
+
action='GetFileContentLength',
|
|
4264
|
+
version='2023-08-01',
|
|
4265
|
+
protocol='HTTPS',
|
|
4266
|
+
pathname='/',
|
|
4267
|
+
method='POST',
|
|
4268
|
+
auth_type='AK',
|
|
4269
|
+
style='RPC',
|
|
4270
|
+
req_body_type='formData',
|
|
4271
|
+
body_type='json'
|
|
4272
|
+
)
|
|
4273
|
+
return TeaCore.from_map(
|
|
4274
|
+
ai_miao_bi_20230801_models.GetFileContentLengthResponse(),
|
|
4275
|
+
await self.call_api_async(params, req, runtime)
|
|
4276
|
+
)
|
|
4277
|
+
|
|
4278
|
+
def get_file_content_length(
|
|
4279
|
+
self,
|
|
4280
|
+
request: ai_miao_bi_20230801_models.GetFileContentLengthRequest,
|
|
4281
|
+
) -> ai_miao_bi_20230801_models.GetFileContentLengthResponse:
|
|
4282
|
+
"""
|
|
4283
|
+
@summary 妙读获得文档字数
|
|
4284
|
+
|
|
4285
|
+
@param request: GetFileContentLengthRequest
|
|
4286
|
+
@return: GetFileContentLengthResponse
|
|
4287
|
+
"""
|
|
4288
|
+
runtime = util_models.RuntimeOptions()
|
|
4289
|
+
return self.get_file_content_length_with_options(request, runtime)
|
|
4290
|
+
|
|
4291
|
+
async def get_file_content_length_async(
|
|
4292
|
+
self,
|
|
4293
|
+
request: ai_miao_bi_20230801_models.GetFileContentLengthRequest,
|
|
4294
|
+
) -> ai_miao_bi_20230801_models.GetFileContentLengthResponse:
|
|
4295
|
+
"""
|
|
4296
|
+
@summary 妙读获得文档字数
|
|
4297
|
+
|
|
4298
|
+
@param request: GetFileContentLengthRequest
|
|
4299
|
+
@return: GetFileContentLengthResponse
|
|
4300
|
+
"""
|
|
4301
|
+
runtime = util_models.RuntimeOptions()
|
|
4302
|
+
return await self.get_file_content_length_with_options_async(request, runtime)
|
|
4303
|
+
|
|
4096
4304
|
def get_generated_content_with_options(
|
|
4097
4305
|
self,
|
|
4098
4306
|
request: ai_miao_bi_20230801_models.GetGeneratedContentRequest,
|
|
@@ -9933,6 +10141,126 @@ class Client(OpenApiClient):
|
|
|
9933
10141
|
runtime = util_models.RuntimeOptions()
|
|
9934
10142
|
return await self.run_abbreviation_content_with_options_async(request, runtime)
|
|
9935
10143
|
|
|
10144
|
+
def run_book_brainmap_with_options(
|
|
10145
|
+
self,
|
|
10146
|
+
request: ai_miao_bi_20230801_models.RunBookBrainmapRequest,
|
|
10147
|
+
runtime: util_models.RuntimeOptions,
|
|
10148
|
+
) -> ai_miao_bi_20230801_models.RunBookBrainmapResponse:
|
|
10149
|
+
"""
|
|
10150
|
+
@summary 妙读生成书籍脑图
|
|
10151
|
+
|
|
10152
|
+
@param request: RunBookBrainmapRequest
|
|
10153
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
10154
|
+
@return: RunBookBrainmapResponse
|
|
10155
|
+
"""
|
|
10156
|
+
UtilClient.validate_model(request)
|
|
10157
|
+
body = {}
|
|
10158
|
+
if not UtilClient.is_unset(request.clean_cache):
|
|
10159
|
+
body['CleanCache'] = request.clean_cache
|
|
10160
|
+
if not UtilClient.is_unset(request.doc_id):
|
|
10161
|
+
body['DocId'] = request.doc_id
|
|
10162
|
+
if not UtilClient.is_unset(request.node_number):
|
|
10163
|
+
body['NodeNumber'] = request.node_number
|
|
10164
|
+
if not UtilClient.is_unset(request.prompt):
|
|
10165
|
+
body['Prompt'] = request.prompt
|
|
10166
|
+
if not UtilClient.is_unset(request.session_id):
|
|
10167
|
+
body['SessionId'] = request.session_id
|
|
10168
|
+
if not UtilClient.is_unset(request.word_number):
|
|
10169
|
+
body['WordNumber'] = request.word_number
|
|
10170
|
+
if not UtilClient.is_unset(request.workspace_id):
|
|
10171
|
+
body['WorkspaceId'] = request.workspace_id
|
|
10172
|
+
req = open_api_models.OpenApiRequest(
|
|
10173
|
+
body=OpenApiUtilClient.parse_to_map(body)
|
|
10174
|
+
)
|
|
10175
|
+
params = open_api_models.Params(
|
|
10176
|
+
action='RunBookBrainmap',
|
|
10177
|
+
version='2023-08-01',
|
|
10178
|
+
protocol='HTTPS',
|
|
10179
|
+
pathname='/',
|
|
10180
|
+
method='POST',
|
|
10181
|
+
auth_type='AK',
|
|
10182
|
+
style='RPC',
|
|
10183
|
+
req_body_type='formData',
|
|
10184
|
+
body_type='json'
|
|
10185
|
+
)
|
|
10186
|
+
return TeaCore.from_map(
|
|
10187
|
+
ai_miao_bi_20230801_models.RunBookBrainmapResponse(),
|
|
10188
|
+
self.call_api(params, req, runtime)
|
|
10189
|
+
)
|
|
10190
|
+
|
|
10191
|
+
async def run_book_brainmap_with_options_async(
|
|
10192
|
+
self,
|
|
10193
|
+
request: ai_miao_bi_20230801_models.RunBookBrainmapRequest,
|
|
10194
|
+
runtime: util_models.RuntimeOptions,
|
|
10195
|
+
) -> ai_miao_bi_20230801_models.RunBookBrainmapResponse:
|
|
10196
|
+
"""
|
|
10197
|
+
@summary 妙读生成书籍脑图
|
|
10198
|
+
|
|
10199
|
+
@param request: RunBookBrainmapRequest
|
|
10200
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
10201
|
+
@return: RunBookBrainmapResponse
|
|
10202
|
+
"""
|
|
10203
|
+
UtilClient.validate_model(request)
|
|
10204
|
+
body = {}
|
|
10205
|
+
if not UtilClient.is_unset(request.clean_cache):
|
|
10206
|
+
body['CleanCache'] = request.clean_cache
|
|
10207
|
+
if not UtilClient.is_unset(request.doc_id):
|
|
10208
|
+
body['DocId'] = request.doc_id
|
|
10209
|
+
if not UtilClient.is_unset(request.node_number):
|
|
10210
|
+
body['NodeNumber'] = request.node_number
|
|
10211
|
+
if not UtilClient.is_unset(request.prompt):
|
|
10212
|
+
body['Prompt'] = request.prompt
|
|
10213
|
+
if not UtilClient.is_unset(request.session_id):
|
|
10214
|
+
body['SessionId'] = request.session_id
|
|
10215
|
+
if not UtilClient.is_unset(request.word_number):
|
|
10216
|
+
body['WordNumber'] = request.word_number
|
|
10217
|
+
if not UtilClient.is_unset(request.workspace_id):
|
|
10218
|
+
body['WorkspaceId'] = request.workspace_id
|
|
10219
|
+
req = open_api_models.OpenApiRequest(
|
|
10220
|
+
body=OpenApiUtilClient.parse_to_map(body)
|
|
10221
|
+
)
|
|
10222
|
+
params = open_api_models.Params(
|
|
10223
|
+
action='RunBookBrainmap',
|
|
10224
|
+
version='2023-08-01',
|
|
10225
|
+
protocol='HTTPS',
|
|
10226
|
+
pathname='/',
|
|
10227
|
+
method='POST',
|
|
10228
|
+
auth_type='AK',
|
|
10229
|
+
style='RPC',
|
|
10230
|
+
req_body_type='formData',
|
|
10231
|
+
body_type='json'
|
|
10232
|
+
)
|
|
10233
|
+
return TeaCore.from_map(
|
|
10234
|
+
ai_miao_bi_20230801_models.RunBookBrainmapResponse(),
|
|
10235
|
+
await self.call_api_async(params, req, runtime)
|
|
10236
|
+
)
|
|
10237
|
+
|
|
10238
|
+
def run_book_brainmap(
|
|
10239
|
+
self,
|
|
10240
|
+
request: ai_miao_bi_20230801_models.RunBookBrainmapRequest,
|
|
10241
|
+
) -> ai_miao_bi_20230801_models.RunBookBrainmapResponse:
|
|
10242
|
+
"""
|
|
10243
|
+
@summary 妙读生成书籍脑图
|
|
10244
|
+
|
|
10245
|
+
@param request: RunBookBrainmapRequest
|
|
10246
|
+
@return: RunBookBrainmapResponse
|
|
10247
|
+
"""
|
|
10248
|
+
runtime = util_models.RuntimeOptions()
|
|
10249
|
+
return self.run_book_brainmap_with_options(request, runtime)
|
|
10250
|
+
|
|
10251
|
+
async def run_book_brainmap_async(
|
|
10252
|
+
self,
|
|
10253
|
+
request: ai_miao_bi_20230801_models.RunBookBrainmapRequest,
|
|
10254
|
+
) -> ai_miao_bi_20230801_models.RunBookBrainmapResponse:
|
|
10255
|
+
"""
|
|
10256
|
+
@summary 妙读生成书籍脑图
|
|
10257
|
+
|
|
10258
|
+
@param request: RunBookBrainmapRequest
|
|
10259
|
+
@return: RunBookBrainmapResponse
|
|
10260
|
+
"""
|
|
10261
|
+
runtime = util_models.RuntimeOptions()
|
|
10262
|
+
return await self.run_book_brainmap_with_options_async(request, runtime)
|
|
10263
|
+
|
|
9936
10264
|
def run_book_introduction_with_options(
|
|
9937
10265
|
self,
|
|
9938
10266
|
request: ai_miao_bi_20230801_models.RunBookIntroductionRequest,
|
|
@@ -11057,6 +11385,8 @@ class Client(OpenApiClient):
|
|
|
11057
11385
|
body = {}
|
|
11058
11386
|
if not UtilClient.is_unset(request.doc_id):
|
|
11059
11387
|
body['DocId'] = request.doc_id
|
|
11388
|
+
if not UtilClient.is_unset(request.prompt):
|
|
11389
|
+
body['Prompt'] = request.prompt
|
|
11060
11390
|
if not UtilClient.is_unset(request.session_id):
|
|
11061
11391
|
body['SessionId'] = request.session_id
|
|
11062
11392
|
if not UtilClient.is_unset(request.workspace_id):
|
|
@@ -11096,6 +11426,8 @@ class Client(OpenApiClient):
|
|
|
11096
11426
|
body = {}
|
|
11097
11427
|
if not UtilClient.is_unset(request.doc_id):
|
|
11098
11428
|
body['DocId'] = request.doc_id
|
|
11429
|
+
if not UtilClient.is_unset(request.prompt):
|
|
11430
|
+
body['Prompt'] = request.prompt
|
|
11099
11431
|
if not UtilClient.is_unset(request.session_id):
|
|
11100
11432
|
body['SessionId'] = request.session_id
|
|
11101
11433
|
if not UtilClient.is_unset(request.workspace_id):
|