-
Notifications
You must be signed in to change notification settings - Fork 1
Gemini code docs fixes #216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR fixes documentation issues in the Gemini Live integration tutorials and API documentation across multiple versions (0.23.0, 0.24.0, and latest).
Key changes:
- Corrected Python import statements to use
from fishjam import AgentOptionsinstead of incorrect imports fromfishjam.peerandfishjam.agent - Added proper TypeScript import for
Modalityfrom@google/genaiand removed the local enum definition - Updated API documentation text for
AgentOptionsclass to clarify it's for "Agent Peer" instead of "WebRTC Peer"
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| versioned_docs/version-0.24.0/tutorials/gemini-live-integration.mdx | Fixed Python imports and TypeScript Modality enum/import |
| versioned_docs/version-0.24.0/api/server-python/fishjam/index.md | Updated AgentOptions description from "WebRTC Peer" to "Agent Peer" |
| versioned_docs/version-0.23.0/tutorials/gemini-live-integration.mdx | Fixed Python imports and TypeScript Modality enum/import (same as 0.24.0) |
| versioned_docs/version-0.23.0/api/server-python/fishjam.md | Updated AgentOptions description from "WebRTC Peer" to "Agent Peer" |
| docs/tutorials/gemini-live-integration.mdx | Fixed Python imports and TypeScript Modality enum/import (same as versioned docs) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
versioned_docs/version-0.24.0/api/server-python/fishjam/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Description
Closes FCE-2507