Uses of Record Class
io.quarkiverse.langchain4j.ollama.Message
Packages that use Message
-
Uses of Message in io.quarkiverse.langchain4j.ollama
Methods in io.quarkiverse.langchain4j.ollama that return MessageModifier and TypeMethodDescriptionMessage.Builder.build()ChatResponse.message()Returns the value of themessagerecord component.Methods in io.quarkiverse.langchain4j.ollama that return types with arguments of type MessageModifier and TypeMethodDescriptionChatRequest.messages()Returns the value of themessagesrecord component.Method parameters in io.quarkiverse.langchain4j.ollama with type arguments of type MessageModifier and TypeMethodDescriptionConstructors in io.quarkiverse.langchain4j.ollama with parameters of type MessageModifierConstructorDescriptionChatResponse(String model, String createdAt, Message message, Boolean done, Integer promptEvalCount, Integer evalCount) Creates an instance of aChatResponserecord class.Constructor parameters in io.quarkiverse.langchain4j.ollama with type arguments of type Message