#How can I allow voice assitants to use integration actions?
1 messages · Page 1 of 1 (latest)
On Music Assistant repo you may fing bunch of scripts, that will allow playback.
oh like I need to create intermediary scripts to call the music_assistant.search action etc?
there's no way to just expose the action itself?
Llm can only know how to perform actions with tools(scripts with descriptions on what they do and how to use them) and context (exposed entities, scripts, etc). Kinda like how you have to add apps for Google Assistant or Alexa for them to do certain things 🙂
but it seems to be able to use the built-in ones just fine (light.turn_on etc) -- is there some internal tooling to provide that?
(note: I found the referenced scripts I'm just curious how this is working internally now) https://github.com/music-assistant/voice-support
Yeah because behind the scenes home Assistant is adding tools for those into the llm context 😉
got it thanks for the clarification!