Ollama4j
A Java library (wrapper/binding) for Ollama server.
Loading...
Searching...
No Matches
io.github.ollama4j.models.chat.OllamaChatMessage Class Reference

Public Member Functions

String toString ()
 

Detailed Description

Defines a single Message to be used inside a chat request against the ollama /api/chat endpoint.

See also
Generate chat completion

Definition at line 26 of file OllamaChatMessage.java.

Member Function Documentation

◆ toString()

String io.github.ollama4j.models.chat.OllamaChatMessage.toString ( )

Definition at line 38 of file OllamaChatMessage.java.


The documentation for this class was generated from the following file: