Uses of Class
chat.octet.model.beans.ChatMessage
Packages that use ChatMessage
-
Uses of ChatMessage in chat.octet.model.beans
Methods in chat.octet.model.beans that return ChatMessageModifier and TypeMethodDescriptionstatic ChatMessageChatMessage.toAssistant(String content) static ChatMessagestatic ChatMessage -
Uses of ChatMessage in chat.octet.model.utils
Methods in chat.octet.model.utils with parameters of type ChatMessageModifier and TypeMethodDescriptionstatic StringPromptBuilder.format(ModelType modelType, ChatMessage... messages) Format chat messages as prompt text.