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 Knowledge
ChatConnector.createKnowledge
(Device device, JSON json, JSONMap result) Creates a Knowledge instance based on the provided device.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 void
Allows customization of the provided Knowledge instance. -
Uses of Knowledge in com.storedobject.ui
Subclasses of Knowledge in com.storedobject.ui -
Uses of Knowledge in com.storedobject.ui.ai
Methods in com.storedobject.ui.ai that return KnowledgeModifier and TypeMethodDescriptionfinal Knowledge
ChatView.getKnowledge()
Retrieves the current knowledge base associated with this ChatView instance.Methods in com.storedobject.ui.ai with parameters of type KnowledgeModifier and TypeMethodDescriptionvoid
ChatView.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