Package org.openhab.core.voice.text.interpreter.llm
package org.openhab.core.voice.text.interpreter.llm
-
ClassDescriptionThe
LLMToolinterface represents a programmatic tool designed to be consumed by an LLM.General purposeLLMToolexception.TheLLMToolParamclass describe each of the parameters of aLLMTool.TheLLMToolParamTypeenum describe the type of the parameters ofLLMTool.TheLLMToolRegistryinterface provides access to the availableLLMTools.