We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a68f3 commit 3dde2e7Copy full SHA for 3dde2e7
api/src/main/java/com/theokanning/openai/completion/chat/AssistantMessage.java
@@ -22,6 +22,9 @@ public class AssistantMessage implements ChatMessage {
22
// The contents of the assistant message. Required unless tool_calls or function_call is specified.
23
String content;
24
25
+ @JsonProperty("reasoning_content")
26
+ String reasoningContent;
27
+
28
//An optional name for the participant. Provides the model information to differentiate between participants of the same role.
29
String name;
30
0 commit comments