Uses of Class
com.intellijava.core.model.input.ChatModelInput
Packages that use ChatModelInput
-
Uses of ChatModelInput in com.intellijava.core.function
Methods in com.intellijava.core.function with parameters of type ChatModelInputModifier and TypeMethodDescriptionChatbot.chat
(ChatModelInput modelInput) Call a chat model to generate response based on the received messages history. -
Uses of ChatModelInput in com.intellijava.core.model.input
Subclasses of ChatModelInput in com.intellijava.core.model.inputModifier and TypeClassDescriptionclass
ChatGPTInput contains a list of messages to continue the conversation with the chatbot.