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

com.launchableinc.openai.assistants.AssistantToolsEnum Maven / Gradle / Ivy

The newest version!
package com.launchableinc.openai.assistants;

import com.fasterxml.jackson.annotation.JsonProperty;

public enum AssistantToolsEnum {

	@JsonProperty("code_interpreter")
	CODE_INTERPRETER,

	@JsonProperty("function")
	FUNCTION,

	@JsonProperty("retrieval")
	RETRIEVAL
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy