File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/kotlin/com/google/firebase/vertexai/type Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dependencies {
61
61
implementation(" com.google.firebase:firebase-components:18.0.0" )
62
62
implementation(" com.google.firebase:firebase-annotations:16.2.0" )
63
63
implementation(" com.google.firebase:firebase-appcheck-interop:17.1.0" )
64
- implementation(" com.google.ai.client.generativeai:common:0.9 .0" )
64
+ implementation(" com.google.ai.client.generativeai:common:0.10 .0" )
65
65
implementation(libs.androidx.annotation)
66
66
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1" )
67
67
implementation(" androidx.core:core-ktx:1.12.0" )
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class CitationMetadata
49
49
internal constructor (
50
50
val startIndex: Int = 0 ,
51
51
val endIndex: Int ,
52
- val uri: String ,
52
+ val uri: String? = null ,
53
53
val license: String? = null
54
54
)
55
55
Original file line number Diff line number Diff line change 17
17
# This script replaces mock response files for Vertex AI unit tests with a fresh
18
18
# clone of the shared repository of Vertex AI test data.
19
19
20
- RESPONSES_VERSION=' v2 .*' # The major version of mock responses to use
20
+ RESPONSES_VERSION=' v3 .*' # The major version of mock responses to use
21
21
REPO_NAME=" vertexai-sdk-test-data"
22
22
REPO_LINK=" https://github.com/FirebaseExtended/$REPO_NAME .git"
23
23
You can’t perform that action at this time.
0 commit comments