Uses of Class
org.codelibs.fess.chat.ChatClient
Packages that use ChatClient
Package
Description
-
Uses of ChatClient in org.codelibs.fess.api.v2.handlers
Methods in org.codelibs.fess.api.v2.handlers that return ChatClientModifier and TypeMethodDescriptionprotected ChatClientChatHandler.getChatClient()Resolves the RAGChatClient. -
Uses of ChatClient in org.codelibs.fess.app.web.base
Fields in org.codelibs.fess.app.web.base declared as ChatClientModifier and TypeFieldDescriptionprotected ChatClientFessSearchAction.chatClientClient for RAG chat functionality. -
Uses of ChatClient in org.codelibs.fess.app.web.chat
Fields in org.codelibs.fess.app.web.chat declared as ChatClientModifier and TypeFieldDescriptionprotected ChatClientChatAction.chatClientThe chat client for handling chat operations. -
Uses of ChatClient in org.codelibs.fess.util
Methods in org.codelibs.fess.util that return ChatClientModifier and TypeMethodDescriptionstatic ChatClientComponentUtil.getChatClient()Gets the chat client component.