Is there any way to bypass the intents helper in Assist when using an LLM service?
I'd really like to use it to pass what I'm saying directly to the LLM and play back the output. Basically to use the voice preview module (and the assist on my watch and phone) as an interface to my local LLM. I have set that up with tools too so it could also trigger stuff, not just in home assistant but also send messages etc.
The problem is, when I ask general questions it says 'unexpected error during intent recognition'. I think that's the intent helper that tries to find the names of entities in my prompt or something. It would be really nice if I could bypass that.