[AI] AGENTS.md update#15874
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 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 counter productive. 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 the AGENTS.md documentation to include information about the new GenerativeModelSession and an internal GenerationSchema extension. The updates are generally accurate and helpful. I've provided one suggestion to refine the description of GenerativeModelSession to more accurately reflect its stateless nature, which should improve clarity for developers.
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
The pull request updates the AGENTS.md file in FirebaseAI/Sources to include GenerativeModelSession.swift and adds a new AGENTS.md file in FirebaseAI/Sources/Extensions/Internal for GenerationSchema+Gemini.swift. The changes accurately reflect the new files and their descriptions, improving the documentation of the project structure.
Update AGENTS.md file for #15872 by the following two prompts: