Schema representing a CreateSearchResponse within the OpenAI API
t() :: %ExOpenAI.Components.CreateSearchResponse{ data: [%{document: integer(), object: String.t(), score: float()}], model: String.t(), object: String.t() }