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

Public Attributes

 SYSTEM =("system")
 
 USER =("user")
 
 ASSISTANT =("assistant")
 

Detailed Description

Defines the possible Chat Message roles.

Definition at line 8 of file OllamaChatMessageRole.java.

Member Data Documentation

◆ ASSISTANT

io.github.ollama4j.models.chat.OllamaChatMessageRole.ASSISTANT =("assistant")

Definition at line 11 of file OllamaChatMessageRole.java.

◆ SYSTEM

io.github.ollama4j.models.chat.OllamaChatMessageRole.SYSTEM =("system")

Definition at line 9 of file OllamaChatMessageRole.java.

◆ USER

io.github.ollama4j.models.chat.OllamaChatMessageRole.USER =("user")

Definition at line 10 of file OllamaChatMessageRole.java.


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