feat: add Gemini Live API skill documentation and cross-reference it …#18
Conversation
…in the base Gemini API skill.
Summary of ChangesHello @thorwebdev, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces extensive documentation for the new Gemini Live API skill, enabling developers to build real-time, bidirectional streaming applications with Gemini. It covers key features such as audio/video streaming, voice activity detection, function calling, and secure session management, providing practical examples and best practices for both Python and JavaScript SDKs. The base Gemini API documentation has also been updated to link to this new resource. Highlights
Changelog
Activity
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. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces comprehensive documentation for the Gemini Live API as a new skill and adds a cross-reference in the existing Gemini API skill documentation. The new documentation is detailed and covers a wide range of features. However, I've identified several issues in the code examples, particularly in the Quick Start sections, which could hinder users. These include significant bugs in the Python example and an incomplete JavaScript example. Additionally, there are minor inconsistencies across various code snippets, such as missing necessary imports, which I've also pointed out.
…and simplify implementation guidance.
markmcd
left a comment
There was a problem hiding this comment.
Awesome, ty!
Can you add to the README too?
Co-authored-by: Mark McDonald <macd@google.com>
…in the base Gemini API skill.