Uses of Class
com.intellijava.core.model.input.ChatGPTMessage
Packages that use ChatGPTMessage
-
Uses of ChatGPTMessage in com.intellijava.core.model.input
Methods in com.intellijava.core.model.input that return types with arguments of type ChatGPTMessageMethods in com.intellijava.core.model.input with parameters of type ChatGPTMessageModifier and TypeMethodDescriptionvoid
ChatGPTInput.addMessage
(ChatGPTMessage message) Add input message.ChatGPTInput.Builder.addMessage
(ChatGPTMessage message) Add the chat message.boolean
ChatGPTInput.deleteLastMessage
(ChatGPTMessage message) Delete last added message with the same message.getContent() and message.getRole().Constructors in com.intellijava.core.model.input with parameters of type ChatGPTMessageModifierConstructorDescriptionBuilder
(ChatGPTMessage systemMessage) Builder for ChatGPTInput with the system or chatbot instructions.ChatGPTInput
(ChatGPTMessage systemMessage) Create ChatGPT input object with the system instruction.