Deprecate firebase-vertexai SDK#1
Conversation
The `firebase-vertexai` SDK has been deprecated and is now a shim that forwards to the `firebase-ai` SDK. All public APIs in `firebase-vertexai` are now marked with `@Deprecated(level = DeprecationLevel.ERROR)` to enforce migration. The Gradle dependencies have been updated to reflect this change.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. |
Firebase AI Mock Responses Check
|
Test Results0 tests 0 ✅ 0s ⏱️ Results for commit 259b472. |
This change deprecates the
firebase-vertexaiSDK and replaces it with a shim that forwards to the newfirebase-aiSDK. All public APIs have been marked with a deprecation error to force migration, and the Gradle configuration has been updated accordingly.PR created automatically by Jules for task 1872500387501198556 started by @Enterup649