Uses of Interface
org.codelibs.fess.llm.LlmClient
Packages that use LlmClient
-
Uses of LlmClient in org.codelibs.fess.llm
Classes in org.codelibs.fess.llm that implement LlmClientModifier and TypeClassDescriptionclassAbstract base class for LLM client implementations.Fields in org.codelibs.fess.llm with type parameters of type LlmClientMethods in org.codelibs.fess.llm that return LlmClientModifier and TypeMethodDescriptionprotected LlmClientLlmClientManager.getAvailableClient()Gets the available LLM client, performing a single lookup.LlmClientManager.getClient()Gets the LLM client instance for the configured LLM type.LlmClientManager.getClients()Gets all registered LLM clients.Methods in org.codelibs.fess.llm with parameters of type LlmClient