Uses of Class
io.github.amithkoujalgi.ollama4j.core.models.chat.OllamaChatMessage
Packages that use OllamaChatMessage
Package
Description
-
Uses of OllamaChatMessage in io.github.amithkoujalgi.ollama4j.core
Method parameters in io.github.amithkoujalgi.ollama4j.core with type arguments of type OllamaChatMessageModifier and TypeMethodDescriptionOllamaAPI.chat
(String model, List<OllamaChatMessage> messages) Ask a question to a model based on a given message stack (i.e. -
Uses of OllamaChatMessage in io.github.amithkoujalgi.ollama4j.core.models.chat
Methods in io.github.amithkoujalgi.ollama4j.core.models.chat that return types with arguments of type OllamaChatMessageMethod parameters in io.github.amithkoujalgi.ollama4j.core.models.chat with type arguments of type OllamaChatMessageModifier and TypeMethodDescriptionOllamaChatRequestBuilder.withMessages
(List<OllamaChatMessage> messages) Constructor parameters in io.github.amithkoujalgi.ollama4j.core.models.chat with type arguments of type OllamaChatMessageModifierConstructorDescriptionOllamaChatRequestModel
(String model, List<OllamaChatMessage> messages) OllamaChatResult
(String response, long responseTime, int httpStatusCode, List<OllamaChatMessage> chatHistory)