Skip to content

Commit 45959fb

Browse files
apcha-oaistainless-app[bot]
authored andcommitted
fix(core): format StructuredOutputs
1 parent ca3f877 commit 45959fb

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

openai-java-core/src/main/kotlin/com/openai/core/StructuredOutputs.kt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,7 @@ internal fun textConfigFromClass(
111111
ResponseTextConfig.builder().format(jsonSchemaFromClass(type, localValidation)).build()
112112

113113
// "internal" instead of "private" for testing purposes.
114-
internal data class FunctionInfo(
115-
val name: String,
116-
val description: String?,
117-
val schema: ObjectNode,
118-
)
114+
internal data class FunctionInfo(val name: String, val description: String?, val schema: ObjectNode)
119115

120116
@JvmSynthetic
121117
// "internal" instead of "private" for testing purposes.

0 commit comments

Comments
 (0)