OpenAI.CreateSearchResponse (oapi_oai v0.2.1)

Provides struct and type for CreateSearchResponse

Link to this section Summary

Link to this section Types

@type t() :: %OpenAI.CreateSearchResponse{
  data: [map()] | nil,
  model: String.t() | nil,
  object: String.t() | nil
}