View Source ExOpenAI.Components.FineTuneCompletionRequestInput (ex_openai.ex v1.8.0)

Schema representing a FineTuneCompletionRequestInput within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.FineTuneCompletionRequestInput{
  completion: String.t() | nil,
  prompt: String.t() | nil
}