Skip to content

Commit da446fe

Browse files
committed
feat: add glm-4.6v model
1 parent 0ab9d35 commit da446fe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

core/src/main/java/ai/z/openapi/service/model/ChatMessage.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ public class ChatMessage {
2121
*/
2222
private Object content;
2323

24+
/**
25+
* It's recommended to return the model's reasoning_content in next request to achieve
26+
* better results in multi-turn conversations.
27+
*/
2428
@JsonProperty("reasoning_content")
2529
private String reasoningContent;
2630

0 commit comments

Comments
 (0)