import { Edits } from "https://deno.land/x/openai@v4.19.1/resources/edits.ts";
class Edits
extends APIResource
import { Edits } from "https://deno.land/x/openai@v4.19.1/resources/edits.ts";
Methods
deprecated
create(body: EditCreateParams, options?: Core.RequestOptions): Core.APIPromise<Edit>Creates a new edit for the provided input, instruction, and parameters.