Created
May 15, 2025 05:47
-
-
Save peyanski/a9f39da0f3ab6d7fb79236a726ad7498 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sequence: | |
- action: conversation.process | |
metadata: {} | |
data: | |
agent_id: conversation.google_generative_ai_2 | |
text: "{{ query }}" | |
response_variable: result | |
- variables: | |
result: | |
response: "{{ result.response.speech.plain.speech }}" | |
- stop: "" | |
response_variable: result | |
alias: "Assist: Search Google" | |
description: >- | |
Makes a Google search to answer questions that are completely unrelated with | |
the smart home and are exclusively about current events or information in | |
real-time like the current president, results of last night's game, release | |
dates, etc. | |
fields: | |
query: | |
selector: | |
text: null | |
name: Query | |
description: The query to search Google for | |
required: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment