forked from Mirror/ollama4j
		
	Add tool role
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user