Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.llm.APIInstance Class Reference

Public Member Functions

JsonObjectType async_call_tool (self, ToolInput tool_input)
 

Static Public Attributes

 None
 

Detailed Description

Instance of an API to be used by an LLM.

Definition at line 156 of file llm.py.

Member Function Documentation

◆ async_call_tool()

JsonObjectType homeassistant.helpers.llm.APIInstance.async_call_tool (   self,
ToolInput  tool_input 
)
Call a LLM tool, validate args and return the response.

Definition at line 165 of file llm.py.

Member Data Documentation

◆ None

homeassistant.helpers.llm.APIInstance.None
static

Definition at line 163 of file llm.py.


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