All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.sashirestela.openai.domain.assistant.ThreadMessageRole Maven / Gradle / Ivy

There is a newer version: 3.8.1
Show newest version
package io.github.sashirestela.openai.domain.assistant;

import com.fasterxml.jackson.annotation.JsonProperty;

public enum ThreadMessageRole {

    @JsonProperty("user")
    USER,

    @JsonProperty("assistant")
    ASSISTANT;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy