This is the complete list of members for io.github.ollama4j.models.request.OllamaGenerateEndpointCaller, including all inherited members.
call(OllamaRequestBody body, OllamaStreamHandler thinkingStreamHandler, OllamaStreamHandler responseStreamHandler) | io.github.ollama4j.models.request.OllamaGenerateEndpointCaller | |
callSync(OllamaRequestBody body) | io.github.ollama4j.models.request.OllamaGenerateEndpointCaller | |
getEndpointSuffix() | io.github.ollama4j.models.request.OllamaGenerateEndpointCaller | protected |
getRequestBuilderDefault(URI uri) | io.github.ollama4j.models.request.OllamaEndpointCaller | protected |
isAuthCredentialsSet() | io.github.ollama4j.models.request.OllamaEndpointCaller | protected |
OllamaEndpointCaller(String host, Auth auth, long requestTimeoutSeconds, boolean verbose) | io.github.ollama4j.models.request.OllamaEndpointCaller | |
OllamaGenerateEndpointCaller(String host, Auth basicAuth, long requestTimeoutSeconds, boolean verbose) | io.github.ollama4j.models.request.OllamaGenerateEndpointCaller | |
parseResponseAndAddToBuffer(String line, StringBuilder responseBuffer, StringBuilder thinkingBuffer) | io.github.ollama4j.models.request.OllamaGenerateEndpointCaller | protected |