LLM Assistant web search tool/intent

Hey everyone,

I’m trying to get the LLM voices assistants to use a web search intent I’ve been developing, in other to find accurate information on the web when trying to respond to the user’s prompt.

I’ve created a new Intent that integrates with the Tavily web search API. The OpenAI conversation integration is able to use it and it seems to work fine.

However, one limitation I’m facing is that I must give the LLM control over home assistant for the tools (intents) to be loaded. In other words, if this config is not available, the system tools (intents) are not used:

I undertstand the logic, but it would be cool to have intents that can be made available to all conversation entities, even if the latter can’t control other entities within home assistant.

Or maybe I’m missing something, and there’s currently a way to define an intent that always gets made available to conversation entities?

Thanks in advance!

Cheers,
Ricardo