Uses of Class
io.intino.alexandria.ollama.responses.OllamaChatResponse
Packages that use OllamaChatResponse
-
Uses of OllamaChatResponse in io.intino.alexandria.ollama
Methods in io.intino.alexandria.ollama that return OllamaChatResponseModifier and TypeMethodDescriptionOllama.chat(OllamaChatRequest chatRequest) default OllamaChatResponseOllama.chat(String model, OllamaMessage... messages) default OllamaChatResponseOllamaHttpClient.chat(OllamaChatRequest chatRequest) Methods in io.intino.alexandria.ollama that return types with arguments of type OllamaChatResponseModifier and TypeMethodDescriptionOllama.chatStream(OllamaChatRequest chatRequest) default Ollama.StreamResponse<OllamaChatResponse> Ollama.chatStream(String model, OllamaMessage... messages) default Ollama.StreamResponse<OllamaChatResponse> Ollama.chatStream(String model, String message) OllamaHttpClient.chatStream(OllamaChatRequest chatRequest) -
Uses of OllamaChatResponse in io.intino.alexandria.ollama.responses
Methods in io.intino.alexandria.ollama.responses that return OllamaChatResponseModifier and TypeMethodDescriptionOllamaChatResponse.done(boolean done) OllamaChatResponse.doneReason(String doneReason) OllamaChatResponse.evalCount(long evalCount) OllamaChatResponse.evalDuration(long evalDuration) OllamaChatResponse.loadDuration(long loadDuration) OllamaChatResponse.message(OllamaMessage message) OllamaChatResponse.promptEvalCount(long promptEvalCount) OllamaChatResponse.promptEvalDuration(long promptEvalDuration) OllamaChatResponse.totalDuration(long totalDuration)