Skip to content

Instantly share code, notes, and snippets.

@peyanski
Created May 15, 2025 05:47
Show Gist options
  • Save peyanski/a9f39da0f3ab6d7fb79236a726ad7498 to your computer and use it in GitHub Desktop.
Save peyanski/a9f39da0f3ab6d7fb79236a726ad7498 to your computer and use it in GitHub Desktop.
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