OpenaiEmbedResponseSpecification
class OpenaiEmbedResponseSpecification(var embeddings: List<List<Float>>? = null, var index: Int? = null, delay: Duration = 0.seconds) : AbstractResponseSpecification<CreateEmbeddingsRequest, EmbeddingsResponse> (source)
Specification for configuring OpenAI embedding responses.
This class is used to specify the content and behavior of responses to OpenAI embedding requests. It allows specifying the embeddings, index, and other response properties according to the OpenAI API format.