Skip to content

Commit 3dde2e7

Browse files
committed
support reasoningContent
1 parent e0a68f3 commit 3dde2e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/src/main/java/com/theokanning/openai/completion/chat/AssistantMessage.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ public class AssistantMessage implements ChatMessage {
2222
// The contents of the assistant message. Required unless tool_calls or function_call is specified.
2323
String content;
2424

25+
@JsonProperty("reasoning_content")
26+
String reasoningContent;
27+
2528
//An optional name for the participant. Provides the model information to differentiate between participants of the same role.
2629
String name;
2730

0 commit comments

Comments
 (0)