Uses of Interface
com.storedobject.ai.Chat
Packages that use Chat
-
Uses of Chat in com.storedobject.ai
Methods in com.storedobject.ai that return ChatModifier 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.final Chat
Knowledge.createChat()
Creates a new chat instance using a default memory retention limit of 10 messages.final Chat
Knowledge.createChat
(int rememberHistory) Creates a new chat instance with a specified memory retention limit for recent chat messages.