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

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

There is a newer version: 0.4.0
Show 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 - 2025 Weber Informatics LLC | Privacy Policy