mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-15 03:47:13 +02:00
commit
7fabead249
@ -8,7 +8,8 @@ import com.fasterxml.jackson.annotation.JsonValue;
|
||||
public enum OllamaChatMessageRole {
|
||||
SYSTEM("system"),
|
||||
USER("user"),
|
||||
ASSISTANT("assistant");
|
||||
ASSISTANT("assistant"),
|
||||
TOOL("tool");
|
||||
|
||||
@JsonValue
|
||||
private String roleName;
|
||||
|
Loading…
x
Reference in New Issue
Block a user