OpenAI.CreateAnswerResponse (oapi_oai v0.1.2)

Provides struct and type for CreateAnswerResponse

Link to this section Summary

Link to this section Types

@type t() :: %OpenAI.CreateAnswerResponse{
  answers: [String.t()] | nil,
  completion: String.t() | nil,
  model: String.t() | nil,
  object: String.t() | nil,
  search_model: String.t() | nil,
  selected_documents: [map()] | nil
}