Uses of Interface
org.nasdanika.ai.Chat.Message
-
Uses of Chat.Message in org.nasdanika.ai
Subinterfaces of Chat.Message in org.nasdanika.aiMethods in org.nasdanika.ai that return Chat.MessageMethods in org.nasdanika.ai with parameters of type Chat.MessageModifier and TypeMethodDescriptiondefault List<Chat.ResponseMessage>Chat.chat(Chat.Message... messages) default reactor.core.publisher.Mono<List<Chat.ResponseMessage>>Chat.chatAsync(Chat.Message... messages) Method parameters in org.nasdanika.ai with type arguments of type Chat.MessageModifier and TypeMethodDescriptiondefault List<Chat.ResponseMessage>Chat.chat(List<Chat.Message> messages) reactor.core.publisher.Mono<List<Chat.ResponseMessage>>Chat.chatAsync(List<Chat.Message> messages)