Uses of Record Class
org.springframework.ai.ollama.api.OllamaApi.ChatRequest
Packages that use OllamaApi.ChatRequest
-
Uses of OllamaApi.ChatRequest in org.springframework.ai.ollama.api
Methods in org.springframework.ai.ollama.api that return OllamaApi.ChatRequestMethods in org.springframework.ai.ollama.api with parameters of type OllamaApi.ChatRequestModifier and TypeMethodDescriptionOllamaApi.chat
(OllamaApi.ChatRequest chatRequest) Generate the next message in a chat with a provided model.reactor.core.publisher.Flux<OllamaApi.ChatResponse>
OllamaApi.streamingChat
(OllamaApi.ChatRequest chatRequest) Streaming response for the chat completion request.