File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
src/main/java/com/coze/openapi
client/connversations/message/model Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4343 </parent >
4444
4545 <artifactId >coze-api</artifactId >
46- <version >0.2.7 </version >
46+ <version >0.2.8 </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 @@ -72,6 +72,9 @@ public class Message {
7272 @ JsonProperty ("updated_at" )
7373 private Long updatedAt ;
7474
75+ @ JsonProperty ("reasoning_content" )
76+ private String reasoningContent ;
77+
7578 public static Message buildUserQuestionText (String content ) {
7679 return buildUserQuestionText (content , null );
7780 }
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.2.7 " ;
27+ public static final String VERSION = "0.2.8 " ;
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.2.7 </version >
19+ <version >0.2.8 </version >
2020 </dependency >
2121 </dependencies >
2222</project >
You can’t perform that action at this time.
0 commit comments