-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Added documentation for Google Search option #38363
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
Conversation
It seems that this PR is targeted against an incorrect branch since it has a parent PR on one of our codebases. Documentation that needs to be updated for an upcoming release should target the |
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughA new configuration option named "Enable Google Search tool" has been added to the Google Generative AI integration documentation. The option is described along with its condition: it is only available when the AI is configured not to interact with exposed entities (i.e., when "Control Home Assistant" is set to "No control"). No existing content was removed or modified, and the change solely expands the available configuration settings. Changes
Sequence Diagram(s)sequenceDiagram
participant User as User/Administrator
participant Config as Configuration Interface
participant AI as Google Generative AI Integration
participant GS as Google Search Service
User->>Config: Open settings for Google Generative AI
Config-->>User: Display new "Enable Google Search tool" option
User->>Config: Select "No control" in "Control Home Assistant"
Config->>AI: Enable "Google Search tool" configuration
note over AI,GS: When triggered during a conversation...
AI->>GS: Query Google Search
GS-->>AI: Return search results
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
source/_integrations/google_generative_ai_conversation.markdown (1)
73-74
: Enhance Documentation Clarity for "Enable Google Search tool" OptionThe new configuration option is a valuable and clear addition. However, the description can be slightly rephrased for improved readability. In particular, consider splitting the long sentence into two sentences and highlighting the conditional requirement (i.e. when the "Control Home Assistant" setting is set to "No control") using quotes or backticks.
- description: Enables the model to [query Google Search](https://ai.google.dev/gemini-api/docs/grounding), this can only be enabled when the AI is not allowed to interact with exposed entities by selecting "No control" in the Control Home Assistant setting. + description: Enables the model to [query Google Search](https://ai.google.dev/gemini-api/docs/grounding). This option can only be enabled when the AI is not allowed to interact with exposed entities (i.e. when the "Control Home Assistant" setting is set to "No control").
It seems that this PR is targeted against an incorrect branch since it has a parent PR on one of our codebases. Documentation that needs to be updated for an upcoming release should target the |
Proposed change
Adds missing documentation for Google Search option into the current documents.
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit