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

fi.evolver.ai.spring.provider.openai.response.threads.OAnnotation Maven / Gradle / Ivy

package fi.evolver.ai.spring.provider.openai.response.threads;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;

@JsonIgnoreProperties(ignoreUnknown = true)
public record OAnnotation(
		String type,
		String text,
		@JsonProperty("file_citation") OFileCitation fileCitation,
		@JsonProperty("file_path") OFilePath filePath,
		@JsonProperty("start_index") Integer startIndex,
		@JsonProperty("end_index") Integer endIndex) {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy