File tree Expand file tree Collapse file tree
src/main/java/com/coze/openapi
client/websocket/event/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 </parent >
4444
4545 <artifactId >coze-api</artifactId >
46- <version >0.3.1 </version >
46+ <version >0.3.2 </version >
4747
4848 <scm >
4949 <connection >scm:git:git://github.com/coze-dev/coze-java.git</connection >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class TurnDetection {
1717 @ JsonProperty ("prefix_padding_ms" )
1818 private Integer prefixPaddingMs ;
1919
20- @ JsonProperty ("suffix_padding_ms " )
20+ @ JsonProperty ("silence_duration_ms " )
2121 private Integer silenceDurationMs ;
2222
2323 @ JsonProperty ("interrupt_config" )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public Response intercept(Chain chain) throws IOException {
2424 return chain .proceed (request );
2525 }
2626
27- public static final String VERSION = "0.3.1 " ;
27+ public static final String VERSION = "0.3.2 " ;
2828 private static final ObjectMapper objectMapper = new ObjectMapper ();
2929
3030 /** 获取操作系统版本 */
Original file line number Diff line number Diff line change 1616 <dependency >
1717 <groupId >com.coze</groupId >
1818 <artifactId >coze-api</artifactId >
19- <version >0.3.1 </version >
19+ <version >0.3.2 </version >
2020 </dependency >
2121 </dependencies >
2222</project >
You can’t perform that action at this time.
0 commit comments