File tree Expand file tree Collapse file tree 5 files changed +18
-3
lines changed
src/main/java/com/aliyun/aimiaobi20230801 Expand file tree Collapse file tree 5 files changed +18
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2025-06-23 Version: 1.31.1
2
+ - Update API RunSearchGeneration: add request parameters ChatConfig.ExcludeGenerateOptions.
3
+
4
+
1
5
2025-06-18 Version: 1.31.0
2
6
- Support API AsyncCreateClipsTask.
3
7
- Support API AsyncCreateClipsTimeLine.
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.aliyun</groupId >
5
5
<artifactId >aimiaobi20230801</artifactId >
6
- <version >1.31.0 </version >
6
+ <version >1.31.1 </version >
7
7
<packaging >jar</packaging >
8
8
<name >aimiaobi20230801</name >
9
9
<description >Alibaba Cloud AiMiaoBi (20230801) SDK for Java
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public AddDatasetDocumentResponse addDatasetDocument(AddDatasetDocumentRequest r
90
90
91
91
/**
92
92
* <b>summary</b> :
93
- * <p>生成剪辑视频 </p>
93
+ * <p>生成剪辑视频任务 </p>
94
94
*
95
95
* @param tmpReq AsyncCreateClipsTaskRequest
96
96
* @param runtime runtime options for this request RuntimeOptions
@@ -164,7 +164,7 @@ public AsyncCreateClipsTaskResponse asyncCreateClipsTaskWithOptions(AsyncCreateC
164
164
165
165
/**
166
166
* <b>summary</b> :
167
- * <p>生成剪辑视频 </p>
167
+ * <p>生成剪辑视频任务 </p>
168
168
*
169
169
* @param request AsyncCreateClipsTaskRequest
170
170
* @return AsyncCreateClipsTaskResponse
Original file line number Diff line number Diff line change @@ -663,6 +663,9 @@ public static class RunSearchGenerationRequestChatConfig extends TeaModel {
663
663
@ NameInMap ("EnableThinking" )
664
664
public Boolean enableThinking ;
665
665
666
+ @ NameInMap ("ExcludeGenerateOptions" )
667
+ public java .util .List <String > excludeGenerateOptions ;
668
+
666
669
/**
667
670
* <strong>example:</strong>
668
671
* <p>concise</p>
@@ -696,6 +699,14 @@ public Boolean getEnableThinking() {
696
699
return this .enableThinking ;
697
700
}
698
701
702
+ public RunSearchGenerationRequestChatConfig setExcludeGenerateOptions (java .util .List <String > excludeGenerateOptions ) {
703
+ this .excludeGenerateOptions = excludeGenerateOptions ;
704
+ return this ;
705
+ }
706
+ public java .util .List <String > getExcludeGenerateOptions () {
707
+ return this .excludeGenerateOptions ;
708
+ }
709
+
699
710
public RunSearchGenerationRequestChatConfig setGenerateLevel (String generateLevel ) {
700
711
this .generateLevel = generateLevel ;
701
712
return this ;
You can’t perform that action at this time.
0 commit comments