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

Schema representing a FineTuneChatRequestInput within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.FineTuneChatRequestInput{
  functions: [ExOpenAI.Components.ChatCompletionFunctions.t()] | nil,
  messages: [map()] | nil,
  parallel_tool_calls: ExOpenAI.Components.ParallelToolCalls.t() | nil,
  tools: [ExOpenAI.Components.ChatCompletionTool.t()] | nil
}