Uses of Record Class
ecmwf.common.ai.ChatConversation.Message
Packages that use ChatConversation.Message
-
Uses of ChatConversation.Message in ecmwf.common.ai
Methods in ecmwf.common.ai that return types with arguments of type ChatConversation.MessageModifier and TypeMethodDescriptionChatConversation.getHistory()Returns a copy of the conversation history.ChatConversation.getLastAiMessage()Returns the most recent AI message, if any.ChatConversation.getLastUserMessage()Returns the most recent user message, if any.Method parameters in ecmwf.common.ai with type arguments of type ChatConversation.MessageModifier and TypeMethodDescriptionAssistantService.askStreaming(List<ChatConversation.Message> history, String question, com.fasterxml.jackson.databind.JsonNode context, Consumer<String> consumer, AtomicBoolean cancelled) Main entry point for streaming answers from the DEEP model.