EmbeddingsResponse constructor

EmbeddingsResponse(
  1. String object,
  2. List<EmbeddingData> data,
  3. String model,
  4. Usage usage,
)

Implementation

EmbeddingsResponse(this.object, this.data, this.model, this.usage);