Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.llm.API Class Reference
Inheritance diagram for homeassistant.helpers.llm.API:
[legend]
Collaboration diagram for homeassistant.helpers.llm.API:
[legend]

Public Member Functions

APIInstance async_get_api_instance (self, LLMContext llm_context)
 

Detailed Description

An API to expose to LLMs.

Definition at line 182 of file llm.py.

Member Function Documentation

◆ async_get_api_instance()

APIInstance homeassistant.helpers.llm.API.async_get_api_instance (   self,
LLMContext  llm_context 
)
Return the instance of the API.

Reimplemented in homeassistant.helpers.llm.AssistAPI.

Definition at line 190 of file llm.py.


The documentation for this class was generated from the following file: