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

com.launchableinc.openai.edit.EditChoice Maven / Gradle / Ivy

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

import lombok.Data;

/**
 * An edit generated by OpenAi
 * 

* https://beta.openai.com/docs/api-reference/edits/create */ @Data public class EditChoice { /** * The edited text. */ String text; /** * This index of this completion in the returned list. */ Integer index; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy