ExOpenAI.Components.CreateAnswerResponse (ex_openai.ex v1.0.0) View Source

Schema representing a CreateAnswerResponse within the OpenAI API

Link to this section Summary

Link to this section Types

Specs

t() :: %ExOpenAI.Components.CreateAnswerResponse{
  answers: [String.t()],
  completion: String.t(),
  model: String.t(),
  object: String.t(),
  search_model: String.t(),
  selected_documents: [%{document: integer(), text: String.t()}]
}