com.launchableinc.openai.assistants.AssistantSortOrder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api Show documentation
Show all versions of api Show documentation
Basic java objects for the OpenAI GPT APIs
package com.launchableinc.openai.assistants;
import com.fasterxml.jackson.annotation.JsonProperty;
public enum AssistantSortOrder {
@JsonProperty("asc")
ASC,
@JsonProperty("desc")
DESC
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy