| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This pull request integrates the ai provider into the v2 entry point by importing and exporting it in src/v2/index.ts. Additionally, it updates the visibility of the BaseSchema interface in the Gemini v1beta types from @internal to @public. There are no review comments, and we have no feedback to provide.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Exports the ai provider in src/v2/index.ts and changes BaseSchema from @internal to @public so docgen can successfully generate reference docs for the AI module.
Release notes
relnote: Exported ai provider from firebase-functions/v2 and fixed reference doc generation.