#Looking on setting up search function
1 messages · Page 1 of 1 (latest)
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
How did you manage to get web searh enabled in the gemini task?
github.com/skye-harris/llm_intents
Just use this! Way easier