Uses of Record Class
org.springframework.ai.ollama.api.OllamaApi.ChatResponse
Packages that use OllamaApi.ChatResponse
-
Uses of OllamaApi.ChatResponse in org.springframework.ai.ollama.api
Methods in org.springframework.ai.ollama.api that return OllamaApi.ChatResponseModifier and TypeMethodDescriptionOllamaApi.chat(OllamaApi.ChatRequest chatRequest) Generate the next message in a chat with a provided model.static OllamaApi.ChatResponseOllamaApiHelper.merge(OllamaApi.ChatResponse previous, OllamaApi.ChatResponse current) Methods in org.springframework.ai.ollama.api that return types with arguments of type OllamaApi.ChatResponseModifier and TypeMethodDescriptionreactor.core.publisher.Flux<OllamaApi.ChatResponse>OllamaApi.streamingChat(OllamaApi.ChatRequest chatRequest) Streaming response for the chat completion request.Methods in org.springframework.ai.ollama.api with parameters of type OllamaApi.ChatResponseModifier and TypeMethodDescriptionstatic booleanOllamaApiHelper.isStreamingDone(OllamaApi.ChatResponse ollamaChatResponse) static booleanOllamaApiHelper.isStreamingToolCall(OllamaApi.ChatResponse ollamaChatResponse) static OllamaApi.ChatResponseOllamaApiHelper.merge(OllamaApi.ChatResponse previous, OllamaApi.ChatResponse current)