You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/llm/index.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,10 +64,11 @@ def async_get_options_schema(
64
64
When interacting with the LLM, the provided `ChatLog` will make any selected tools available from the selected API and the conversation entity should pass them to the LLM together with the extra prompt provided by the API.
65
65
66
66
```python
67
-
from homeassistant.const importCONF_LLM_HASS_API
67
+
from homeassistant.const importCONF_LLM_HASS_API, CONF_PROMPT
68
68
from homeassistant.core import HomeAssistant, callback
0 commit comments