-
Notifications
You must be signed in to change notification settings - Fork 605
add changes to match the new api spec, add imagen, and google-ai support #6907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add changes to match the new api spec, add imagen, and google-ai support #6907
Conversation
Vertex AI Mock Responses Check
|
Coverage Report 1This report is too large (233,339 characters) to be displayed here in a GitHub comment. Please use the below link to see the full report on Google Cloud Storage.Test Logs |
Test Results100 tests 27 ✅ 7s ⏱️ For more details on these failures, see this check. Results for commit 22fd4075. ♻️ This comment has been updated with latest results. |
The public api surface has changed for the subproject firebase-vertexai: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
firebase-ai/src/main/kotlin/com/google/firebase/ai/FirebaseAIRegistrar.kt
Outdated
Show resolved
Hide resolved
firebase-ai/src/main/kotlin/com/google/firebase/ai/LiveGenerativeModel.kt
Show resolved
Hide resolved
firebase-ai/src/main/kotlin/com/google/firebase/ai/FirebaseAI.kt
Outdated
Show resolved
Hide resolved
firebase-ai/src/main/kotlin/com/google/firebase/ai/FirebaseAI.kt
Outdated
Show resolved
Hide resolved
firebase-ai/src/main/kotlin/com/google/firebase/ai/FirebaseAI.kt
Outdated
Show resolved
Hide resolved
firebase-ai/src/main/kotlin/com/google/firebase/ai/FirebaseAIMultiResourceComponent.kt
Outdated
Show resolved
Hide resolved
firebase-ai/src/main/kotlin/com/google/firebase/ai/FirebaseAIRegistrar.kt
Outdated
Show resolved
Hide resolved
firebase-ai/src/main/kotlin/com/google/firebase/ai/GenerativeModel.kt
Outdated
Show resolved
Hide resolved
firebase-ai/src/main/kotlin/com/google/firebase/ai/common/Request.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor changes. Also Rodrigo's comments
firebase-ai/src/main/kotlin/com/google/firebase/ai/FirebaseAI.kt
Outdated
Show resolved
Hide resolved
firebase-ai/src/main/kotlin/com/google/firebase/ai/common/APIController.kt
Show resolved
Hide resolved
firebase-ai/src/main/kotlin/com/google/firebase/ai/type/GenerativeBackend.kt
Show resolved
Hide resolved
firebase-ai/src/test/java/com/google/firebase/ai/common/util/descriptorToJson.kt
Outdated
Show resolved
Hide resolved
/** | ||
* A variant of [goldenUnaryFile] for developer api tests Loads the *Golden File* and automatically | ||
* provides it to the channel. | ||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/** | |
* A variant of [goldenUnaryFile] for developer api tests Loads the *Golden File* and automatically | |
* provides it to the channel. | |
* | |
/** | |
* A variant of [goldenUnaryFile] for developer api tests. | |
* | |
* Loads the *Golden File* and automatically provides it to the channel. | |
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I understand the diff here.
firebase-ai/src/main/kotlin/com/google/firebase/ai/FirebaseAI.kt
Outdated
Show resolved
Hide resolved
firebase-ai/src/main/kotlin/com/google/firebase/ai/FirebaseAI.kt
Outdated
Show resolved
Hide resolved
40a16cc
into
davidmotson.firebase-ai
No description provided.