Uses of Class
com.intellijava.core.model.input.ChatModelInput
Packages that use ChatModelInput
- 
Uses of ChatModelInput in com.intellijava.core.functionMethods 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.inputSubclasses of ChatModelInput in com.intellijava.core.model.inputModifier and TypeClassDescriptionclassChatGPTInput contains a list of messages to continue the conversation with the chatbot.