Uses of Class
dev.ai4j.chat.ChatMessage
Packages that use ChatMessage
-
Uses of ChatMessage in dev.ai4j.chat
Subclasses of ChatMessage in dev.ai4j.chatMethods in dev.ai4j.chat that return types with arguments of type ChatMessageMethods in dev.ai4j.chat with parameters of type ChatMessageModifier and TypeMethodDescriptionvoidChatHistory.add(ChatMessage chatMessage) ChatModel.chat(ChatMessage... messages) Method parameters in dev.ai4j.chat with type arguments of type ChatMessageModifier and TypeMethodDescriptionChatModel.chat(List<ChatMessage> messages) voidChatModel.chat(List<ChatMessage> messages, StreamingResponseHandler streamingResponseHandler)