Uses of Class
com.storedobject.ai.Knowledge
Packages that use Knowledge
-
Uses of Knowledge in com.storedobject.ai
Methods in com.storedobject.ai that return KnowledgeModifier and TypeMethodDescriptionprotected KnowledgeChatConnector.createKnowledge(Device device, JSON json, JSONMap result) Creates a Knowledge instance based on the provided device.Methods in com.storedobject.ai that return types with arguments of type KnowledgeModifier and TypeMethodDescriptionTopic.getKnowledgeLogicClass()Retrieves the knowledge logic class associated with this topic.Methods in com.storedobject.ai with parameters of type KnowledgeModifier and TypeMethodDescriptionAI.createChat(int rememberHistory, Knowledge knowledge) Creates a new chat instance with the specified memory retention limit and knowledge configuration.AI.createChat(Knowledge knowledge) Creates a chat instance using the provided Knowledge object with the default history retention limit.protected voidAllows customization of the provided Knowledge instance. -
Uses of Knowledge in com.storedobject.ui.ai
Subclasses of Knowledge in com.storedobject.ui.aiModifier and TypeClassDescriptionclassThe Knowledge class is an extension of the com.storedobject.ai.Knowledge class and implements the Executable interface.Methods in com.storedobject.ui.ai that return KnowledgeModifier and TypeMethodDescriptionfinal KnowledgeChatView.getKnowledge()Retrieves the current knowledge base associated with this ChatView instance.Methods in com.storedobject.ui.ai with parameters of type KnowledgeModifier and TypeMethodDescriptionvoidChatView.setKnowledge(Knowledge knowledge) Sets the knowledge base to be used within the chat view and updates the related components accordingly.Constructors in com.storedobject.ui.ai with parameters of type Knowledge