Schema representing a FineTuneCompletionRequestInput within the OpenAI API
@type t() :: %ExOpenAI.Components.FineTuneCompletionRequestInput{ completion: String.t() | nil, prompt: String.t() | nil }