ExOpenAI.Components.CreateSearchResponse (ex_openai.ex v1.0.4) View Source

Schema representing a CreateSearchResponse within the OpenAI API

Link to this section Summary

Link to this section Types

Specs

t() :: %ExOpenAI.Components.CreateSearchResponse{
  data: [%{document: integer(), object: String.t(), score: float()}] | nil,
  model: String.t() | nil,
  object: String.t() | nil
}