Skip to content

Commit a855f29

Browse files
committed
Add ReasoningEffort 'minimal'
1 parent fe2438b commit a855f29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/io/github/sashirestela/openai/domain/chat/ChatRequest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,17 @@ public static Audio of(Voice voice, AudioFormat format) {
160160
}
161161

162162
public enum ReasoningEffort {
163+
@JsonProperty("minimal")
164+
MINIMAL,
165+
163166
@JsonProperty("low")
164167
LOW,
165168

166169
@JsonProperty("medium")
167170
MEDIUM,
168171

169172
@JsonProperty("high")
170-
HIGH;
173+
HIGH
171174
}
172175

173176
@Getter

0 commit comments

Comments
 (0)