OpenAI.CreateClassificationResponse (oapi_oai v0.1.2)

Provides struct and type for CreateClassificationResponse

Link to this section Summary

Link to this section Types

@type t() :: %OpenAI.CreateClassificationResponse{
  completion: String.t() | nil,
  label: String.t() | nil,
  model: String.t() | nil,
  object: String.t() | nil,
  search_model: String.t() | nil,
  selected_examples: [map()] | nil
}