Interface LLMToolRegistry
The
LLMToolRegistry interface provides access to the available LLMTools.- Author:
- Florian Hotze - Initial contribution
-
Method Summary
Methods inherited from interface org.openhab.core.common.registry.Registry
add, addRegistryChangeListener, get, getAll, remove, removeRegistryChangeListener, stream, update
-
Method Details
-
getByIds
Retrieves aLLMToolcollection. If no services match the provided ids returns an empty list.- Parameters:
ids- Comma separated list of LLM tool ids to use- Returns:
- a list of
LLMToolor an empty list if none of them is available
-
getByIds
Retrieves aLLMToolcollection. If no services match the provided ids returns an empty list.- Parameters:
ids- List of LLM tool ids to use- Returns:
- a list of
LLMToolor an empty list if none of them is available
-