Public Member Functions | |
| JsonObjectType | async_call (self, HomeAssistant hass, ToolInput tool_input, LLMContext llm_context) |
Static Public Attributes | |
| None | |
| Schema | |
| JsonObjectType homeassistant.helpers.llm.Tool.async_call | ( | self, | |
| HomeAssistant | hass, | ||
| ToolInput | tool_input, | ||
| LLMContext | llm_context | ||
| ) |
Call the tool.
Reimplemented in homeassistant.helpers.llm.ScriptTool, and homeassistant.helpers.llm.IntentTool.