We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3f877 commit 45959fbCopy full SHA for 45959fb
1 file changed
openai-java-core/src/main/kotlin/com/openai/core/StructuredOutputs.kt
@@ -111,11 +111,7 @@ internal fun textConfigFromClass(
111
ResponseTextConfig.builder().format(jsonSchemaFromClass(type, localValidation)).build()
112
113
// "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
-)
+internal data class FunctionInfo(val name: String, val description: String?, val schema: ObjectNode)
119
120
@JvmSynthetic
121
0 commit comments