OpenAI.CreateSearchResponse (oapi_oai v0.1.0)

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
}