Public Member Functions | |
| None | __init__ (self, HomeAssistant hass) |
| APIInstance | async_get_api_instance (self, LLMContext llm_context) |
Public Attributes | |
| cached_slugify | |
Static Public Attributes | |
| dictionary | IGNORE_INTENTS |
Private Member Functions | |
| str | _async_get_api_prompt (self, LLMContext llm_context, dict|None exposed_entities) |
| list[Tool] | _async_get_tools (self, LLMContext llm_context, dict|None exposed_entities) |
| None homeassistant.helpers.llm.AssistAPI.__init__ | ( | self, | |
| HomeAssistant | hass | ||
| ) |
|
private |
|
private |
| APIInstance homeassistant.helpers.llm.AssistAPI.async_get_api_instance | ( | self, | |
| LLMContext | llm_context | ||
| ) |
Return the instance of the API.
Reimplemented from homeassistant.helpers.llm.API.
|
static |