#Looking on setting up search function

1 messages · Page 1 of 1 (latest)

tawny juniper
#

I am looking for a plugin or something compatible with HA Assist that gives it the ability to web search for
"search for %s"
"search the web for %s"
what time is it > run locally (time)
"what %s" search the web or handoff to LLM
What would I need?

peak vigil
#

I use the direct approach of an automation with the Google Gemini integration. I use my local LLM (gpt-oss:20b) for most my requests.

alias: Search the Internet
description: ""
triggers:
  - command:
      - search with google {srch}
      - ask google {srch}
    trigger: conversation
conditions: []
actions:
  - action: conversation.process
    metadata: {}
    data:
      agent_id: conversation.google_generative_ai_conversation
      text: Search for {{ trigger.slots.srch }} and provide a concise summary.
    response_variable: goo
  - set_conversation_response: "{{ goo.response.speech.plain.speech }}"
mode: single
candid hinge
#

How did you manage to get web searh enabled in the gemini task?

round patrol