Current section

Files

Jump to
open_ai lib open_ai behaviours edits_behaviour.ex
Raw

lib/open_ai/behaviours/edits_behaviour.ex

defmodule OpenAI.Behaviours.EditsBehaviour do
alias OpenAI.Error
alias OpenAI.Edits
@callback create(binary(), binary(), binary(), [Edits.create_params()]) ::
{:ok, map()} | {:error, Error.t()}
end