ExOpenAI.Components.CreateClassificationRequest (ex_openai.ex v0.2.1) View Source
Schema representing a CreateClassificationRequest within the OpenAI API
Link to this section Summary
Link to this section Types
Specs
t() :: %ExOpenAI.Components.CreateClassificationRequest{ examples: [[String.t()]], expand: [map()], file: String.t(), labels: [String.t()], logit_bias: map(), logprobs: integer(), max_examples: integer(), model: String.t(), query: String.t(), return_metadata: boolean(), return_prompt: boolean(), search_model: String.t(), temperature: float(), user: String.t() }