@alicloud/aimiaobi20230801 1.16.0 → 1.17.0
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.
- package/dist/client.d.ts +2 -1
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4 -1
package/dist/client.d.ts
CHANGED
|
@@ -13483,7 +13483,7 @@ export declare class FetchImageTaskResponseBodyDataTaskInfoListImageList extends
|
|
|
13483
13483
|
message?: string;
|
|
13484
13484
|
/**
|
|
13485
13485
|
* @example
|
|
13486
|
-
*
|
|
13486
|
+
* http://www.example.com/xxx.png
|
|
13487
13487
|
*/
|
|
13488
13488
|
url?: string;
|
|
13489
13489
|
static names(): {
|
|
@@ -22257,6 +22257,7 @@ export declare class RunStepByStepWritingRequestWritingConfig extends $tea.Model
|
|
|
22257
22257
|
* Writing
|
|
22258
22258
|
*/
|
|
22259
22259
|
step?: string;
|
|
22260
|
+
summaryReturnType?: string;
|
|
22260
22261
|
tags?: RunStepByStepWritingRequestWritingConfigTags[];
|
|
22261
22262
|
/**
|
|
22262
22263
|
* @example
|
package/dist/client.js
CHANGED
|
@@ -17301,6 +17301,7 @@ class RunStepByStepWritingRequestWritingConfig extends $tea.Model {
|
|
|
17301
17301
|
promptTag: 'PromptTag',
|
|
17302
17302
|
scene: 'Scene',
|
|
17303
17303
|
step: 'Step',
|
|
17304
|
+
summaryReturnType: 'SummaryReturnType',
|
|
17304
17305
|
tags: 'Tags',
|
|
17305
17306
|
useSearch: 'UseSearch',
|
|
17306
17307
|
};
|
|
@@ -17312,6 +17313,7 @@ class RunStepByStepWritingRequestWritingConfig extends $tea.Model {
|
|
|
17312
17313
|
promptTag: RunStepByStepWritingRequestWritingConfigPromptTag,
|
|
17313
17314
|
scene: 'string',
|
|
17314
17315
|
step: 'string',
|
|
17316
|
+
summaryReturnType: 'string',
|
|
17315
17317
|
tags: { 'type': 'array', 'itemType': RunStepByStepWritingRequestWritingConfigTags },
|
|
17316
17318
|
useSearch: 'boolean',
|
|
17317
17319
|
};
|