[AI] Update doc links: vertex-ai -> ai-logic - #16640
Conversation
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. |
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request updates documentation URLs across several files, migrating paths from vertex-ai to ai-logic. The review feedback identifies minor issues within these changes, including an insecure http:// protocol in a CHANGELOG link, a grammatical typo in a warning message, and an incorrect singular URL path (gemini-model instead of gemini-models) in FirebaseAI.swift.
1ce0bad to
2dd0fcb
Compare
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request updates documentation URLs and references across the codebase, migrating links from the old vertex-ai paths to the new ai-logic and gemini-enterprise-agent-platform domains. The review feedback suggests two minor documentation improvements for consistency: updating a model list URL in FirebaseAI.swift to use the plural /models path, and renaming 'Vertex AI locations' to 'Agent Platform locations' in Backend.swift to align with the product's new name.
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request updates documentation URLs across multiple files in the FirebaseAI module, migrating references from Vertex AI to the new AI Logic and Gemini Enterprise Agent Platform paths. The review feedback suggests improving consistency by updating a remaining /gemini-models link to /models and cleaning up double spaces in a documentation comment for better readability.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
….swift Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request updates documentation URLs and references across the SDK, transitioning from 'Vertex AI' to 'ai-logic' and 'gemini-enterprise-agent-platform' to align with rebranding. The feedback suggests removing an unnecessary double backslash at the end of a documentation link in LiveServerGoingAwayNotice.swift to ensure it renders correctly in Quick Help and DocC.
….swift Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request updates documentation URLs across several files in the FirebaseAI module, migrating references from Vertex AI to AI Logic and the Gemini Enterprise Agent Platform. The reviewer feedback consistently identifies instances where markdown links are split across multiple lines, which can cause rendering issues in markdown parsers and Xcode Quick Help. It is recommended to apply the provided suggestions to keep the link text and URLs on a single line for cleaner and more robust rendering.
Description
This PR updates the public API documentation links within
FirebaseAIto ensure they point directly to their new, live destinations.Specific updates include:
vertex-aidocumentation paths to the currentai-logicpaths (e.g.,https://firebase.google.com/docs/ai-logic/...). Upgraded an insecure HTTP link to use HTTPS.https://cloud.google.com/vertex-ai/...URLs to point directly to their new locations athttps://docs.cloud.google.com/gemini-enterprise-agent-platform/...(avoiding redirects).These updates ensure Xcode Quick Help and the web documentation remain accurate and accessible.
Testing