#How does HA pass information to LLMs?
1 messages · Page 1 of 1 (latest)
I know about the LLM api, but it seems mostly related to giving tools to the LLM
https://developers.home-assistant.io/docs/core/llm/
Home Assistant can interact with large language models (LLMs). By exposing a Home Assistant API to an LLM, the LLM can fetch data or control Home Assistant to better assist the user. Home Assistant comes with a built-in LLM API, but custom integrations can register their own to provide more advanced functionality.
Does the LLM have to use this api to get information every time?