Uses of Record Class
org.springframework.ai.ollama.api.OllamaApi.Message
Packages that use OllamaApi.Message
-
Uses of OllamaApi.Message in org.springframework.ai.ollama.api
Methods in org.springframework.ai.ollama.api that return OllamaApi.MessageModifier and TypeMethodDescriptionOllamaApi.Message.Builder.build()
OllamaApi.ChatResponse.message()
Returns the value of themessage
record component.Methods in org.springframework.ai.ollama.api that return types with arguments of type OllamaApi.MessageModifier and TypeMethodDescriptionOllamaApi.ChatRequest.messages()
Returns the value of themessages
record component.OllamaApi.ShowModelResponse.messages()
Returns the value of themessages
record component.Method parameters in org.springframework.ai.ollama.api with type arguments of type OllamaApi.MessageModifier and TypeMethodDescriptionOllamaApi.ChatRequest.Builder.messages
(List<OllamaApi.Message> messages) Constructors in org.springframework.ai.ollama.api with parameters of type OllamaApi.MessageModifierConstructorDescriptionChatResponse
(String model, Instant createdAt, OllamaApi.Message message, String doneReason, Boolean done, Long totalDuration, Long loadDuration, Integer promptEvalCount, Long promptEvalDuration, Integer evalCount, Long evalDuration) Creates an instance of aChatResponse
record class.Constructor parameters in org.springframework.ai.ollama.api with type arguments of type OllamaApi.MessageModifierConstructorDescriptionChatRequest
(String model, List<OllamaApi.Message> messages, Boolean stream, Object format, String keepAlive, List<OllamaApi.ChatRequest.Tool> tools, Map<String, Object> options) Creates an instance of aChatRequest
record class.ShowModelResponse
(String license, String modelfile, String parameters, String template, String system, OllamaApi.Model.Details details, List<OllamaApi.Message> messages, Map<String, Object> modelInfo, Map<String, Object> projectorInfo, Instant modifiedAt) Creates an instance of aShowModelResponse
record class.