We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab9d35 commit da446feCopy full SHA for da446fe
1 file changed
core/src/main/java/ai/z/openapi/service/model/ChatMessage.java
@@ -21,6 +21,10 @@ public class ChatMessage {
21
*/
22
private Object content;
23
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
+ */
28
@JsonProperty("reasoning_content")
29
private String reasoningContent;
30
0 commit comments