Skip to content

Commit ead0b27

Browse files
committed
Update API StartAgent: add request parameters VoiceChatConfig.LLMConfig.ToolExecutionConfig.
1 parent 74fa417 commit ead0b27

13 files changed

+30
-164
lines changed

rtc-20180111/ChangeLog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2026-02-28 Version: 5.3.3
2+
- Update API StartAgent: add request parameters VoiceChatConfig.LLMConfig.ToolExecutionConfig.
3+
- Update API StartAgent: add request parameters VoiceChatConfig.LLMConfig.Tools.
4+
5+
16
2025-11-25 Version: 5.3.2
27
- Update API StartCloudNote: add request parameters RealtimeSubtitle.AsrCallback.
38

rtc-20180111/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>rtc20180111</artifactId>
6-
<version>5.3.2</version>
6+
<version>5.3.3</version>
77
<packaging>jar</packaging>
88
<name>rtc20180111</name>
99
<description>Alibaba Cloud Real-Time Communication (20180111) SDK for Java
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.aliyun</groupId>
5858
<artifactId>tea</artifactId>
59-
<version>1.3.1</version>
59+
<version>1.4.1</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.aliyun</groupId>
@@ -96,6 +96,7 @@
9696
<configuration>
9797
<encoding>UTF-8</encoding>
9898
<doclint>none</doclint>
99+
<maxmemory>2048m</maxmemory>
99100
</configuration>
100101
</plugin>
101102
<plugin>

rtc-20180111/src/main/java/com/aliyun/rtc20180111/models/DeleteRecordTemplateRequest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ public class DeleteRecordTemplateRequest extends TeaModel {
1313
@NameInMap("AppId")
1414
public String appId;
1515

16-
/**
17-
* <p>1</p>
18-
*/
1916
@NameInMap("OwnerId")
2017
public Long ownerId;
2118

rtc-20180111/src/main/java/com/aliyun/rtc20180111/models/DescribeAppsResponseBody.java

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -85,48 +85,24 @@ public java.util.List<String> getServiceArea() {
8585
}
8686

8787
public static class DescribeAppsResponseBodyAppListApp extends TeaModel {
88-
/**
89-
* <strong>example:</strong>
90-
* <p>rgf1****&quot;</p>
91-
*/
9288
@NameInMap("AppId")
9389
public String appId;
9490

95-
/**
96-
* <strong>example:</strong>
97-
* <p>Default AppName</p>
98-
*/
9991
@NameInMap("AppName")
10092
public String appName;
10193

102-
/**
103-
* <strong>example:</strong>
104-
* <p>universal</p>
105-
*/
10694
@NameInMap("AppType")
10795
public String appType;
10896

109-
/**
110-
* <strong>example:</strong>
111-
* <p>paybyduration</p>
112-
*/
11397
@NameInMap("BillType")
11498
public String billType;
11599

116-
/**
117-
* <strong>example:</strong>
118-
* <p>2020-01-09T02:02:29Z</p>
119-
*/
120100
@NameInMap("CreateTime")
121101
public String createTime;
122102

123103
@NameInMap("ServiceAreas")
124104
public DescribeAppsResponseBodyAppListAppServiceAreas serviceAreas;
125105

126-
/**
127-
* <strong>example:</strong>
128-
* <p>1</p>
129-
*/
130106
@NameInMap("Status")
131107
public Integer status;
132108

rtc-20180111/src/main/java/com/aliyun/rtc20180111/models/DescribeMPULayoutInfoListResponseBody.java

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -66,52 +66,24 @@ public Long getTotalPage() {
6666
}
6767

6868
public static class DescribeMPULayoutInfoListResponseBodyLayoutsLayoutPanesPanes extends TeaModel {
69-
/**
70-
* <strong>example:</strong>
71-
* <p>0.5</p>
72-
*/
7369
@NameInMap("Height")
7470
public Float height;
7571

76-
/**
77-
* <strong>example:</strong>
78-
* <p>0</p>
79-
*/
8072
@NameInMap("MajorPane")
8173
public Integer majorPane;
8274

83-
/**
84-
* <strong>example:</strong>
85-
* <p>0</p>
86-
*/
8775
@NameInMap("PaneId")
8876
public Integer paneId;
8977

90-
/**
91-
* <strong>example:</strong>
92-
* <p>0.5</p>
93-
*/
9478
@NameInMap("Width")
9579
public Float width;
9680

97-
/**
98-
* <strong>example:</strong>
99-
* <p>0.5</p>
100-
*/
10181
@NameInMap("X")
10282
public Float x;
10383

104-
/**
105-
* <strong>example:</strong>
106-
* <p>0.5</p>
107-
*/
10884
@NameInMap("Y")
10985
public Float y;
11086

111-
/**
112-
* <strong>example:</strong>
113-
* <p>0</p>
114-
*/
11587
@NameInMap("ZOrder")
11688
public Integer ZOrder;
11789

@@ -198,24 +170,12 @@ public java.util.List<DescribeMPULayoutInfoListResponseBodyLayoutsLayoutPanesPan
198170
}
199171

200172
public static class DescribeMPULayoutInfoListResponseBodyLayoutsLayout extends TeaModel {
201-
/**
202-
* <strong>example:</strong>
203-
* <p>3</p>
204-
*/
205173
@NameInMap("AudioMixCount")
206174
public Integer audioMixCount;
207175

208-
/**
209-
* <strong>example:</strong>
210-
* <p>2</p>
211-
*/
212176
@NameInMap("LayoutId")
213177
public Long layoutId;
214178

215-
/**
216-
* <strong>example:</strong>
217-
* <p>LayoutName</p>
218-
*/
219179
@NameInMap("Name")
220180
public String name;
221181

rtc-20180111/src/main/java/com/aliyun/rtc20180111/models/DescribeRecordTemplatesRequest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ public class DescribeRecordTemplatesRequest extends TeaModel {
1313
@NameInMap("AppId")
1414
public String appId;
1515

16-
/**
17-
* <p>1</p>
18-
*/
1916
@NameInMap("OwnerId")
2017
public Long ownerId;
2118

rtc-20180111/src/main/java/com/aliyun/rtc20180111/models/DescribeRtcChannelListResponseBody.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -103,31 +103,15 @@ public static class DescribeRtcChannelListResponseBodyChannelListChannelList ext
103103
@NameInMap("CallArea")
104104
public DescribeRtcChannelListResponseBodyChannelListChannelListCallArea callArea;
105105

106-
/**
107-
* <strong>example:</strong>
108-
* <p>testChannel</p>
109-
*/
110106
@NameInMap("ChannelId")
111107
public String channelId;
112108

113-
/**
114-
* <strong>example:</strong>
115-
* <p>2018-01-29T02:00:00Z</p>
116-
*/
117109
@NameInMap("EndTime")
118110
public String endTime;
119111

120-
/**
121-
* <strong>example:</strong>
122-
* <p>2018-01-29T01:00:00Z</p>
123-
*/
124112
@NameInMap("StartTime")
125113
public String startTime;
126114

127-
/**
128-
* <strong>example:</strong>
129-
* <p>2</p>
130-
*/
131115
@NameInMap("TotalUserCnt")
132116
public Long totalUserCnt;
133117

rtc-20180111/src/main/java/com/aliyun/rtc20180111/models/DescribeRtcDurationDataResponseBody.java

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -36,52 +36,24 @@ public String getRequestId() {
3636
}
3737

3838
public static class DescribeRtcDurationDataResponseBodyDurationDataPerIntervalDurationModule extends TeaModel {
39-
/**
40-
* <strong>example:</strong>
41-
* <p>200</p>
42-
*/
4339
@NameInMap("AudioDuration")
4440
public Long audioDuration;
4541

46-
/**
47-
* <strong>example:</strong>
48-
* <p>200</p>
49-
*/
5042
@NameInMap("ContentDuration")
5143
public Long contentDuration;
5244

53-
/**
54-
* <strong>example:</strong>
55-
* <p>2020-02-04T05:00:00Z</p>
56-
*/
5745
@NameInMap("TimeStamp")
5846
public String timeStamp;
5947

60-
/**
61-
* <strong>example:</strong>
62-
* <p>1000</p>
63-
*/
6448
@NameInMap("TotalDuration")
6549
public Long totalDuration;
6650

67-
/**
68-
* <strong>example:</strong>
69-
* <p>300</p>
70-
*/
7151
@NameInMap("V1080Duration")
7252
public Long v1080Duration;
7353

74-
/**
75-
* <strong>example:</strong>
76-
* <p>300</p>
77-
*/
7854
@NameInMap("V360Duration")
7955
public Long v360Duration;
8056

81-
/**
82-
* <strong>example:</strong>
83-
* <p>200</p>
84-
*/
8557
@NameInMap("V720Duration")
8658
public Long v720Duration;
8759

rtc-20180111/src/main/java/com/aliyun/rtc20180111/models/DescribeRtcPeakChannelCntDataResponseBody.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,12 @@ public String getRequestId() {
3636
}
3737

3838
public static class DescribeRtcPeakChannelCntDataResponseBodyPeakChannelCntDataPerIntervalPeakChannelCntModule extends TeaModel {
39-
/**
40-
* <strong>example:</strong>
41-
* <p>10</p>
42-
*/
4339
@NameInMap("ActiveChannelPeak")
4440
public Long activeChannelPeak;
4541

46-
/**
47-
* <strong>example:</strong>
48-
* <p>2018-01-29T00:01:00Z</p>
49-
*/
5042
@NameInMap("ActiveChannelPeakTime")
5143
public String activeChannelPeakTime;
5244

53-
/**
54-
* <strong>example:</strong>
55-
* <p>2018-01-29T00:00:00Z</p>
56-
*/
5745
@NameInMap("TimeStamp")
5846
public String timeStamp;
5947

rtc-20180111/src/main/java/com/aliyun/rtc20180111/models/DescribeRtcUserCntDataResponseBody.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,9 @@ public DescribeRtcUserCntDataResponseBodyUserCntDataPerInterval getUserCntDataPe
3636
}
3737

3838
public static class DescribeRtcUserCntDataResponseBodyUserCntDataPerIntervalUserCntModule extends TeaModel {
39-
/**
40-
* <strong>example:</strong>
41-
* <p>10</p>
42-
*/
4339
@NameInMap("ActiveUserCnt")
4440
public Long activeUserCnt;
4541

46-
/**
47-
* <strong>example:</strong>
48-
* <p>2018-01-29T00:00:00Z</p>
49-
*/
5042
@NameInMap("TimeStamp")
5143
public String timeStamp;
5244

0 commit comments

Comments
 (0)