Skip to content

Commit 0653471

Browse files
committed
chore: prepare 4.0.0 snapshot
1 parent 1f4cce1 commit 0653471

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin.mpp.commonizerLogLevel=info
44

55
# Lib
66
GROUP=com.aallam.openai
7-
VERSION_NAME=4.0.0-beta01
7+
VERSION_NAME=4.0.0-SNAPSHOT
88

99
# OSS
1010
SONATYPE_HOST=DEFAULT

openai-core/src/commonMain/kotlin/com.aallam.openai.api/chat/ChatResponseFormat.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ public data class JsonSchema(
5757
* Whether to enforce strict schema validation
5858
*/
5959
@SerialName("strict") val strict: Boolean = true
60-
)
60+
)

0 commit comments

Comments
 (0)