File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
src/main/kotlin/com/google/firebase/ai/type Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -412,14 +412,12 @@ internal constructor(
412412 )
413413 }
414414
415- @Serializable internal sealed interface Internal
416-
417415 @Serializable
418416 internal data class InternalOpenAPI (
419417 val type : String? = null ,
420418 val description : String? = null ,
421419 val format : String? = null ,
422- val nullable : Boolean? = false ,
420+ val nullable : Boolean? = fals " e ,
423421 val enum: List<String>? = null,
424422 val properties: Map<String, InternalOpenAPI>? = null,
425423 val required: List<String>? = null,
@@ -430,9 +428,9 @@ internal constructor(
430428 val minimum: Double? = null,
431429 val maximum: Double? = null,
432430 val anyOf: List<InternalOpenAPI>? = null,
433- ) : Internal
431+ )
434432
435- @Serializable internal sealed interface InternalJson : Internal
433+ @Serializable internal sealed interface InternalJson
436434
437435 @Serializable
438436 internal data class InternalJsonNonNull(
Original file line number Diff line number Diff line change 1717# This script replaces mock response files for Vertex AI unit tests with a fresh
1818# clone of the shared repository of Vertex AI test data.
1919
20- RESPONSES_VERSION=' v14 .*' # The major version of mock responses to use
20+ RESPONSES_VERSION=' v15 .*' # The major version of mock responses to use
2121REPO_NAME=" vertexai-sdk-test-data"
2222REPO_LINK=" https://github.com/FirebaseExtended/$REPO_NAME .git"
2323
You can’t perform that action at this time.
0 commit comments