Uses of Interface
org.nasdanika.ai.Chat.ResponseMessage
-
Uses of Chat.ResponseMessage in org.nasdanika.ai
Methods in org.nasdanika.ai that return types with arguments of type Chat.ResponseMessageModifier and TypeMethodDescriptiondefault List<Chat.ResponseMessage>Chat.chat(List<Chat.Message> messages) default List<Chat.ResponseMessage>Chat.chat(Chat.Message... messages) reactor.core.publisher.Mono<List<Chat.ResponseMessage>>Chat.chatAsync(List<Chat.Message> messages) default reactor.core.publisher.Mono<List<Chat.ResponseMessage>>Chat.chatAsync(Chat.Message... messages)